fastdbd6.dpk
来自「俄国人写的内存数据库的delphi封装」· DPK 代码 · 共 42 行
DPK
42 行
package FastDBd6;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'FastDB Components'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
dbrtl;
contains
FastDbReg in 'FastDbReg.pas',
FastDbVar in 'FastDbVar.pas',
FastDbQuery in 'FastDbQuery.pas',
FastDbDataSet in 'FastDbDataSet.pas',
FastDbSession in 'FastDbSession.pas',
FastDbCLI in 'FastDbCLI.pas';
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?