oraippack.dpk

来自「Oracle Data Access Components Source Cod」· DPK 代码 · 共 42 行

DPK
42
字号
// This demo was built and tested using InfoPower 2000 Trial for Delphi 5.
// You can recompile it under other versions by changing requires section manually.

package OraIPPack;

{$R *.RES}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $00400000}
{$DESCRIPTION 'ODAC InfoPower compatible components'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
  vcl50,
  vcldb50,
  odac50,
  ip50d_d5trial;

contains
  OraIP in 'OraIP.pas';

end.

⌨️ 快捷键说明

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