Table of Content
HAL Forum
function string ProgramName (
)
Description:
Returns the name of the program (not the name of the executable).
global
procedure OnApplicationStartup() 
begin
  
  stopalert(ProgramName);

  return;
end;

Related topics:
««