代码搜索:TClientDataSet
找到约 704 项符合「TClientDataSet」的源代码
代码结果 704
www.eeworm.com/read/131403/14147549
dfm cdmunit.dfm
object CDM: TCDM
OldCreateOrder = False
Left = 285
Top = 161
Height = 479
Width = 741
object ClientDataSetBase: TClientDataSet
Aggregates =
Params =
ProviderName
www.eeworm.com/read/131403/14147588
~dfm cdmunit.~dfm
object CDM: TCDM
OldCreateOrder = False
Left = 285
Top = 161
Height = 479
Width = 741
object ClientDataSetBase: TClientDataSet
Aggregates =
Params =
ProviderName
www.eeworm.com/read/128452/14298297
pas dbclientactns.pas
{*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{
www.eeworm.com/read/227723/14415500
pas datamodule.pas
unit Datamodule;
interface
uses
SysUtils, Classes, Provider, DBClient, DB, ADODB, Forms;
type
TData = class(TDataModule)
ADOConnection: TADOConnection;
QGetdata: TADOQuery;
www.eeworm.com/read/227723/14415650
dpr dataprocess.dpr
library Dataprocess;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
Project-View Source) USES clause if
www.eeworm.com/read/227723/14415658
pas common.pas
unit common;
interface
uses SysUtils, Sconnect, Variants, DBclient, DB, Classes, Base;
type
TbaseformClass = class of Tfrmbase;
function applyupdata(CDS:TClientdataset; const ptablen
www.eeworm.com/read/126462/14422930
htm core11.htm
第十一章 TClientDataSet http://jjlzg.yeah.net第十一章 TClientDat
www.eeworm.com/read/125860/14457776
dfm u_client_dm.dfm
object DM_main: TDM_main
OldCreateOrder = False
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Left = 226
Top = 114
Height = 480
Width = 696
object DCOMConn: TDCOMCo
www.eeworm.com/read/117479/14918537
dfm wzgldb.dfm
object DM: TDM
OldCreateOrder = False
Left = 66
Top = 25
Height = 476
Width = 711
object CDS_QXGL_YHSZ: TClientDataSet
Aggregates =
Params =
ProviderName = 'P_QX
www.eeworm.com/read/116418/14971438
pas cdsdeltadm.pas
unit CdsDeltaDm;
interface
uses
SysUtils, Classes, FMTBcd, DBXpress, DB, SqlExpr, DBClient, Provider;
type
TDmCds = class(TDataModule)
cdsEmployee: TClientDataSet;
cdsDelta: T