Table of Content
HAL Forum
function LongInt VersionBuild (
)
Description:
Returns the HansaWorld current version buid identificator (may differ from the offical dated release)
// This will run right after HansaWorld has been started
global
updating procedure OnApplicationStartup()
begin

  stopalert(VersionBuild);

  return;
end;
Related topics:
««