{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.