expertcad/POWERCAD30/UNITS/HalInit.pas
2025-05-12 10:07:51 +03:00

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.