代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/159878/10596692
pas companiesdata.pas
unit CompaniesData;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, IBCustomDataSet, IBDatabase;
type
TDmCompanies = class(TDataModule)
www.eeworm.com/read/159878/10596959
pas soapdataserverwebmodule.pas
{ SOAP Web Module - WAD }
unit SoapDataServerWebModule;
interface
uses
SysUtils, Classes, HTTPApp, InvokeRegistry, WSDLIntf, TypInfo,
WebServExp, WSDLBind, XMLSchema, WSDLPub, SOAPPasInv,
www.eeworm.com/read/159878/10596972
pas soapdataserverdatamodule.pas
Unit SoapDataServerDataModule;
interface
uses SysUtils, Classes, InvokeRegistry, Midas, SOAPMidas, SOAPDm, DBXpress,
FMTBcd, DB, SqlExpr, Provider;
type
ISampleDataModule = interface(IA
www.eeworm.com/read/159878/10597091
pas serverwebmodule.pas
unit serverwebmodule;
interface
uses
SysUtils, Classes, HTTPApp, WSDLPub, SOAPPasInv, SOAPHTTPPasInv,
SoapHTTPDisp, WebBrokerSOAP;
type
TWebModule2 = class(TWebModule)
HTTPSoapD
www.eeworm.com/read/159878/10597156
pas fishclientform.pas
unit FishClientForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, InvokeRegistry, Rio, SOAPHTTPClient,
ComCtrls
www.eeworm.com/read/159878/10597347
pas mddslist.pas
unit MdDsList;
interface
uses
DB, Classes, SysUtils, Windows, Forms, Contnrs, MdDsCustom;
type
TMdListDataSet = class (TMdCustomDataSet)
protected
// the list holding the data
www.eeworm.com/read/159878/10597356
pas mddsobjects.pas
unit MdDsObjects;
interface
uses
MdDsList, MdDsCustom, TypInfo, db, classes, sysutils;
type
TMdObjDataSet = class(TMdListDataSet)
private
PropList: PPropList;
nProps: Integ
www.eeworm.com/read/159878/10597473
pas objdssampleclass.pas
unit ObjdsSampleClass;
interface
uses
SysUtils, Classes;
type
TDemo = class (TPersistent)
private
FAmount: Double;
FAge: Integer;
FName: string;
FValue: INteger;
www.eeworm.com/read/159878/10597500
pas objdsdemoform.pas
unit ObjdsDemoForm;
interface
uses
MdDsList, MdDsCustom, TypInfo, DB, Classes, SysUtils;
type
TMdObjDataSet = class(TMdListDataSet)
private
PropList: PPropList;
nProps: Int
www.eeworm.com/read/159878/10597673
pas httpform.pas
unit HttpForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IdBaseComponent, IdComponent, IdTCPServer, IdHTTPServer,
StdCtrls, StrU