⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 odacdemo.lpr

📁 Oracle Data Access Components Source Code ODAC v.6.70.0.45
💻 LPR
字号:
{$I Base\DacDemo.inc}

program OdacDemo;

uses
  Interfaces, // this includes the LCL widgetset
  Forms,
  DemoBase in '..\..\..\..\Dac\Demos\Win32\DacDemo\Base\DemoBase.pas',
  HtmlConsts in '..\..\..\..\Dac\Demos\Win32\DacDemo\Base\HtmlConsts.pas',
  DemoForm in '..\..\..\..\Dac\Demos\Win32\DacDemo\Base\DemoForm.pas' {DemoForm},
  DemoFrame in '..\..\..\..\Dac\Demos\Win32\DacDemo\Base\DemoFrame.pas' {DemoFrame},
  CategoryFrame in '..\..\..\..\Dac\Demos\Win32\DacDemo\Base\CategoryFrame.pas',
  VTable in '..\..\..\..\Dac\Demos\Win32\DacDemo\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' {QueryFrame},
  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},
  BFile in 'BFile\BFile.pas' {BFileFrame},
  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},
  PLSQLTable in 'PLSQLTable\PLSQLTable.pas' {PLSQLTableFrame},
  ProxySession in 'ProxySession\ProxySession.pas' {ProxySessionFrame},
  XMLType in 'XMLType\XMLType.pas' {XMLTypeFrame},
{$IFNDEF STD}
  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},
  Trace in 'Trace\Trace.pas' {TraceFrame},
{$ENDIF}
  XMLTypeDetails in 'XMLType\XMLTypeDetails.pas' {XMLDetailsForm};

begin
  Application.Initialize;
  Application.CreateForm(TOdacForm, OdacForm);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -