📄 tb97ver.inc
字号:
{ Determine Delphi/C++Builder version }
{$IFNDEF WIN32} Delphi 1 is not supported. {$ENDIF}
{$IFNDEF VER90} { if it's not Delphi 2.0 }
{$IFNDEF VER93} { and it's not C++Builder 1.0 }
{$DEFINE TB97D3} { then it must be at least Delphi 3 or C++Builder 3 }
{$IFNDEF VER100} { if it's not Delphi 3.0 }
{$IFNDEF VER120} { Delphi 4's command line compiler doesn't like the ObjExportAll directive, so don't include it on Delphi 4 }
{$ObjExportAll On} { <- needed for compatibility with run-time packages in C++Builder 3 }
{$ENDIF}
{$IFNDEF VER110} { and it's not C++Builder 3.0 }
{$DEFINE TB97D4} { then it must be at least Delphi 4 or C++Builder 4 }
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ALIGN ON}
{$BOOLEVAL OFF}
{$LONGSTRINGS ON}
{$WRITEABLECONST ON}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -