Table of Content
HAL Forum
function LongInt HansaVersion (
)
Description:
Returns the major version (eg. 62 for 6.2) of the HansaWorld application
// This will run right after HansaWorld has been started
global
updating procedure OnApplicationStartup()
begin

  stopalert(HansaVersion);

  return;
end;

Related topics:
««