代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/274340/10874972
pas msgdb.pas
unit MsgDB;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TfrmMsgDB = class(TDataModule)
tblChatMsg: TADOTable;
tblChatMsgSend_MobilePhone: TWideStringField;
tblChatM
www.eeworm.com/read/274332/10875836
pas serverdb.pas
unit ServerDB;
interface
uses
Dialogs, DB, ADODB, SysUtils, Classes, DBClient, Provider;
type
TfrmServerDB = class(TDataModule)
ADOServerDB: TADOConnection;
aSvcType: TADOTabl
www.eeworm.com/read/418828/10894830
pas logined.pas
unit Logined;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IWControl, IWCompEdit, IWCompLabel, IWCompButton, IWInit,
IWAppForm;
www.eeworm.com/read/418828/10894956
pas logined.pas
unit Logined;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IWControl, IWCompEdit, IWCompLabel, IWCompButton, IWInit,
IWAppForm;
www.eeworm.com/read/418828/10895268
pas mru.pas
unit MRU;
interface
uses
Classes, SysUtils;
type
TMRUList = class
private
FFiles:TStringList;
FMaxCount : Integer;
public
constructor Create(MaxCount:Integer);
www.eeworm.com/read/273691/10906324
pas hxdllclient.pas
unit hxDllClient;
interface
uses
Windows, Forms, Dialogs, Classes, SysUtils, hxUpdate, hxClasses, hxFileRes;
type
ThxDllClient = class(TObject)
private
FDownloadProgress: TDownl
www.eeworm.com/read/273691/10906354
pas hxpopup.pas
unit hxPopup;
interface
uses
Windows, SysUtils, Types, Classes, Controls, Graphics, frmPopup;
type
ThxPopup = class(TComponent)
private
FPopupForm: TPopupForm;
FAnimateTime
www.eeworm.com/read/273691/10906382
pas frmprojectcollection.pas
unit frmProjectCollection;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, hxUpdate, StdCtrls, ComCtrls, CSIntf;
type
TProjectColle
www.eeworm.com/read/273691/10906396
pas hxclasses.pas
unit hxClasses;
interface
uses
Classes, SysUtils;
type
TNode = class;
TErrorObject = class(Exception);
TTree = class
private
FRemoveAll: boolean;
FIndex: Integer;
www.eeworm.com/read/272683/10948739
pas database.pas
unit database;
interface
uses
SysUtils, Classes, ImgList, Controls, DB, ADODB,QForms;
type
TDatamod = class(TDataModule)
dbmain: TADOConnection;
imgButtonList: TImageList;