代码搜索:DataModule
找到约 3,901 项符合「DataModule」的源代码
代码结果 3,901
www.eeworm.com/read/293175/8311505
pas duoxiangxuanzhe_frm.pas
unit DuoXiangXuanZhe_Frm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, Grids, DBGrids, StdCtrls, DBCtrls, dbcgrids, Buttons,
www.eeworm.com/read/293175/8311547
pas danxiangxuanzhe_frm.pas
unit DanXiangXuanZhe_Frm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, Grids, DBGrids, StdCtrls, DB, DBCtrls, dbcgrids,
B
www.eeworm.com/read/172091/9724237
~pas udm_ysbzjpx_pxjh.~pas
unit uDm_ysbZjpx_pxjh;
interface
uses
SysUtils, Classes;
type
TDataModule1 = class(TDataModule)
private
{ Private declarations }
public
{ Public declarations }
end;
www.eeworm.com/read/291185/8437426
pas servdata.pas
unit servdata;
{
This is the remote datamodule for this demo. It contains the implementaion
of the OLE automation object that the client application talks to. The
datamodule contains a T
www.eeworm.com/read/290653/8469674
pas servdata.pas
unit ServData;
{
This is the remote datamodule for this demo. It contains the implementaion
of the OLE automation object that the client application talks to. The
datamodule contains a T
www.eeworm.com/read/147997/12502104
pas servdata.pas
unit servdata;
{
This is the remote datamodule for this demo. It contains the implementaion
of the OLE automation object that the client application talks to. The
datamodule contains a T
www.eeworm.com/read/147997/12502172
~pas servdata.~pas
unit servdata;
{
This is the remote datamodule for this demo. It contains the implementaion
of the OLE automation object that the client application talks to. The
datamodule contains a T
www.eeworm.com/read/390226/8475571
pas unit2.pas
unit Unit2;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDataModule2 = class(TDataModule)
ADOConnection1: TADOConnection;
ADOTable1: TADOTable;
ADOTable2: TADOTable
www.eeworm.com/read/390226/8475589
~pas unit2.~pas
unit Unit2;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDataModule2 = class(TDataModule)
ADOConnection1: TADOConnection;
ADOTable1: TADOTable;
ADOTable2: TADOTable
www.eeworm.com/read/189297/8477797
~3~ unitdatamodule.pas.~3~
unit UnitDatamodule;
interface
uses
SysUtils, Classes, DB, IBDatabase, IBTable, IBCustomDataSet, IBQuery;
type
TDataModule1 = class(TDataModule)
IBTransaction1: TIBTransaction;