mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-11 22:45:39 +02:00
14 lines
270 B
ObjectPascal
14 lines
270 B
ObjectPascal
{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_dlg,h_exct,h_forms,h_stdct,h_sys,
|
|
h_sysut;
|
|
implementation
|
|
|
|
end.
|