Table of Content
HAL Forum
function LongInt DBVersion (
)
Description:
Returns the current HDB version.
global
updating procedure OnApplicationStartup()
begin

  stopalert(DBVersion);  
  
  return;
end;

Related topics:
««