代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/242284/13081997
pas httpget.pas
unit HTTPGet;
interface
uses
Windows, Messages, SysUtils, Classes, WinInet;
type
TOnProgressEvent = procedure(Sender: TObject; TotalSize, Readed: Integer) of object;
TOnDoneFileEvent
www.eeworm.com/read/140204/13096432
pas xstreams.pas
unit xStreams;
interface
uses Windows, SysUtils, Classes, Forms, TypInfo;
procedure SavePropertyToStream(Stream: TStream; Instance: TPersistent; PropName: string);
procedure LoadPropertyFrom
www.eeworm.com/read/140177/13096960
pas torrentfile.pas
unit TorrentFile;
interface
uses
SysUtils, StrUtils, Contnrs, Hashes, Classes, BCode, MessageDigests, TSpyUtil;
type
TProgressCallback = function(PieceNum: Integer): Boolean of object;
www.eeworm.com/read/327148/13096974
pas wndbreg.pas
unit WNDBReg;
interface
uses
Windows, Messages, AdoConEd, SysUtils, WNADOCQuery,
DesignEditors, Classes, Graphics, Controls, Forms, Dialogs;
type
TConnectStringProperty = class;
TCo
www.eeworm.com/read/140177/13096995
pas bttrackerscrape.pas
unit BTTrackerScrape;
interface
uses
SysUtils, Contnrs, Hashes, Classes, BCode, MessageDigests, TSpyUtil;
type
TTrackerFile = class(TObject)
private
_Hash: String;
_Complet
www.eeworm.com/read/326965/13107817
pas msmultipartparser.pas
unit MsMultipartParser;
interface
uses
Windows, Messages, SysUtils, Classes, HTTPApp, Contnrs;
type
EClientConnectionDropped = class(Exception);
{ Single HTTP File Object }
THTTPF
www.eeworm.com/read/139983/13115872
pas uthread.pas
unit uthread;
interface
uses
Classes, windows, sysutils,dialogs,forms ;
type
TReadCard = class(TThread)
private
procedure MyNotice ;
{ Private declarations }
protected
www.eeworm.com/read/326771/13117392
pas abvcind.pas
unit AbVCInd;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
_GClass, _AbProc;
type
TAbVCInd = class(TAbGraphicControl)
private
www.eeworm.com/read/326739/13119484
pas trackbarex.pas
unit TrackBarEx;
interface
uses Windows, Messages, SysUtils, Classes, Controls, ComCtrls;
type
TTrackBarEx = class(TTrackBar)
private
FzyTag: integer;
{ Private declaration
www.eeworm.com/read/326532/13136597
pas designfrom.pas
unit designFrom;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ComCtrls, ToolWin,
DesignHookUtils, DesignEditFor