[Overview][Constants][Types][Variables][Index] Reference for unit 'unit_globals' (#Monochrome)

tSystem

Added for v1.1

Declaration

Source position: unit_globals.pas line 184

type tSystem = packed record

  hasWNE: Boolean;

  

  hasColorQD: Boolean;

  

  hasGestalt: Boolean;

  

  hasAppleEvents: Boolean;

  

  hasAliasMgr: Boolean;

  

  hasFolderMgr: Boolean;

  

  hasEditionMgr: Boolean;

  

  hasHelpMgr: Boolean;

  

  hasScriptMgr: Boolean;

  

  hasFPU: Boolean;

  

  scriptsInstalled: Integer;

  

  systemVersion: Integer;

  

  sysVRefNum: Integer;

  

end;