halinit.pas

来自「一个Delphi解释器的例子」· PAS 代码 · 共 14 行

PAS
14
字号
{Add halinit.pas to your project and imported Delphi procedures,functions and 
classes will be available for use in inrerpreter scripts. }

unit HALInit;

interface

Uses
  h_class,h_contr,h_db,h_dbct,h_dbtab,h_dlg,h_exct,h_forms,h_stdct,h_sys,
  h_sysut;
implementation

end.

⌨️ 快捷键说明

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