代码搜索:DataSource
找到约 10,000 项符合「DataSource」的源代码
代码结果 10,000
www.eeworm.com/read/209120/15227203
dfm selectstore.dfm
object fmSelectStore: TfmSelectStore
Left = 192
Top = 107
Width = 411
Height = 252
Caption = #36873#25321#20179#24211
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Colo
www.eeworm.com/read/208370/15247653
dfm unitstorage.dfm
object FormStorage: TFormStorage
Left = 237
Top = 119
Width = 696
Height = 480
Caption = 'FormStorage'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowTex
www.eeworm.com/read/206828/15288954
pas unit2.pas
unit Unit2;
interface
uses
SysUtils, Classes, DB, DBTables;
type
TDM = class(TDataModule)
Table1: TTable;
Database1: TDatabase;
DataSource1: TDataSource;
private
www.eeworm.com/read/206828/15288964
~pas unit2.~pas
unit Unit2;
interface
uses
SysUtils, Classes, DB, DBTables;
type
TDM = class(TDataModule)
Table1: TTable;
Database1: TDatabase;
DataSource1: TDataSource;
private