代码搜索:idhttp
找到约 153 项符合「idhttp」的源代码
代码结果 153
www.eeworm.com/read/251351/12351947
~2~ down.pas.~2~
unit Down;
interface
uses
SysUtils,
Classes,
idhttp;
function GetFileSizeI(FileName: PChar): LongInt;
function DownURLToFile(url,fn : PChar; count,wait : integer):integer;
implemen
www.eeworm.com/read/226656/4781682
svn-base sys800_02.pas.svn-base
unit Sys800_02;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,
IdHTTP, Co
www.eeworm.com/read/179292/5307015
svn-base sys800_02.pas.svn-base
unit Sys800_02;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,
IdHTTP, Co
www.eeworm.com/read/238418/13888192
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, StdCtrls, IdComponent, IdTCPConnection, IdTCPClient,
IdHTTP, IdBaseC
www.eeworm.com/read/238418/13888241
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, StdCtrls, IdComponent, IdTCPConnection, IdTCPClient,
IdHTTP, IdBaseC
www.eeworm.com/read/428671/8852667
dpr ndocr.dpr
library NdOcr;
uses
SysUtils,Windows,Classes,Graphics,Math,GifImage,Jpeg,PngImage,IdHTTP,IdCookieManager;
type
TBArray = Array of byte;
TModuleLib = record
kind: string;
hdl: TH
www.eeworm.com/read/428671/8852724
dpr ndocr.dpr
library NdOcr;
uses
SysUtils,Windows,Classes,Graphics,Math,GifImage,Jpeg,PngImage,IdHTTP,IdCookieManager;
type
TBArray = Array of byte;
TModuleLib = record
kind: string;
hdl: TH
www.eeworm.com/read/386089/8765089
pas unitmain.pas
unit UnitMain;
interface
uses
UnitSHA1,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IdTCPConnection, IdTCPClient,
IdHTTP, StdCtrls, IEHTTP3, I
www.eeworm.com/read/386089/8765134
~pas unitmain.~pas
unit UnitMain;
interface
uses
UnitSHA1,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IdTCPConnection, IdTCPClient,
IdHTTP, StdCtrls, IEHTTP3, I
www.eeworm.com/read/280329/10338627
pas unit_thread.pas
unit Unit_thread;
interface
uses
Windows,Classes,IdHTTP,SysUtils,IniFiles,ADODB,Unit_Const;
type
TWeatherThread = class(TThread)
protected
procedure execute;override;
pr