📄 odacdemo_vclnet.dpr
字号:
{$I Base\DacDemo.inc}
program ODACDemo_VclNet;
{%DelphiDotNetAssemblyCompiler 'System.Drawing.dll'}
{%DelphiDotNetAssemblyCompiler 'Borland.VclDbRtl.dll'}
{%DelphiDotNetAssemblyCompiler 'Borland.Delphi.dll'}
{%DelphiDotNetAssemblyCompiler 'Borland.VclRtl.dll'}
{%DelphiDotNetAssemblyCompiler 'Borland.Vcl.dll'}
{%DelphiDotNetAssemblyCompiler 'Devart.Dac.dll'}
{%DelphiDotNetAssemblyCompiler 'Devart.Odac.dll'}
uses
Forms,
DemoBase in 'Base\DemoBase.pas',
HtmlConsts in 'Base\HtmlConsts.pas',
DemoForm in 'Base\DemoForm.pas' {DemoForm},
DemoFrame in 'Base\DemoFrame.pas' {DemoFrame},
CategoryFrame in 'Base\CategoryFrame.pas',
VTable in 'VirtualTable\VTable.pas' {VirtualTableFrame},
OdacDemoForm in 'Base\OdacDemoForm.pas' {OdacForm},
OdacDemoFrame in 'Base\OdacDemoFrame.pas' {OdacDemoFrame},
OdacAbout in 'Base\OdacAbout.pas' {OdacAboutForm},
Query in 'Query\Query.pas',
ConnectDialog in 'ConnectDialog\ConnectDialog.pas' {ConnectDialogFrame},
Fetch in 'Loader\Fetch.pas' {FetchForm},
Smart in 'Smart\Smart.pas' {SmartFrame},
Sql in 'Sql\Sql.pas' {SqlFrame},
ParamType in 'Sql\ParamType.pas' {ParamTypeForm},
StoredProc in 'StoredProc\StoredProc.pas' {StoredProcFrame},
Table in 'Table\Table.pas' {TableFrame},
UpdateSQL in 'UpdateSQL\UpdateSQL.pas' {UpdateSQLFrame},
CachedUpdates in 'CachedUpdates\CachedUpdates.pas' {CachedUpdatesFrame},
UpdateAction in 'CachedUpdates\UpdateAction.pas' {UpdateActionForm},
FilterAndIndex in 'FilterAndIndex\FilterAndIndex.pas' {FilterAndIndexFrame},
MasterDetail in 'MasterDetail\MasterDetail.pas' {MasterDetailFrame},
Pictures in 'Pictures\Pictures.pas' {PicturesFrame},
Arrays in 'Arrays\Arrays.pas' {ArraysFrame},
BFile in 'BFile\BFile.pas' {BFileFrame},
BlobPictures in 'BlobPictures\BlobPictures.pas' {BlobPicturesFrame},
Clob in 'Clob\Clob.pas' {ClobFrame},
Cursor in 'Cursor\Cursor.pas' {CursorFrame},
DMLArray in 'DMLArray\DMLArray.pas' {DMLArrayFrame},
FetchCursors in 'FetchCursors\FetchCursors.pas' {FetchCursorsFrame},
Long in 'Long\Long.pas' {LongFrame},
LongStrings in 'LongStrings\LongStrings.pas' {LongStringsFrame},
MultiCursors in 'MultiCursors\MultiCursors.pas' {MultiCursorsFrame},
MultiQueries in 'MultiQueries\MultiQueries.pas' {MultiQueriesFrame},
Objects in 'Objects\Objects.pas' {ObjectsFrame},
PLSQLTable in 'PLSQLTable\PLSQLTable.pas' {PLSQLTableFrame},
ProxySession in 'ProxySession\ProxySession.pas' {ProxySessionFrame},
XMLType in 'XMLType\XMLType.pas' {XMLTypeFrame},
{$IFNDEF STD}
Alerter in 'Alerter\Alerter.pas' {AlerterFrame},
ChangeNotification in 'ChangeNotification\ChangeNotification.pas' {ChangeNotificationFrame},
ErrorHandler in 'ErrorHandler\ErrorHandler.pas' {ErrorHandlerFrame},
Loader in 'Loader\Loader.pas' {LoaderFrame},
Queue in 'Queue\Queue.pas' {QueueFrame},
Transaction in 'Transaction\Transaction.pas' {TransactionFrame},
NestedTables in 'NestedTables\NestedTables.pas' {NestedTablesFrame},
Trace in 'Trace\Trace.pas' {TraceFrame},
Progressor in 'Progressor\Progressor.pas' {ProgressorFrame},
Refs in 'Refs\Refs.pas' {RefsFrame},
Pipes in 'Pipes\Pipes.pas' {PipesFrame},
SmartRefresh in 'SmartRefresh\SmartRefresh.pas' {SmartRefreshFrame},
{$ENDIF}
{$IFDEF CRDBGRID}
CRDBGrid in 'CRDBGrid\CRDBGrid.pas', {CRDBGridFrame}
{$ENDIF}
XMLTypeDetails in 'XMLType\XMLTypeDetails.pas' {XMLDetailsForm};
{$R *.res}
[STAThread]
begin
Application.Initialize;
Application.CreateForm(TOdacForm, OdacForm);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -