Group System Info Functions
BiosDate()
Function BiosDate() is not supported.
BootCold()
Function BootCold() is not supported.
BootWarm()
Function BootWarm() is not supported.
CpuType()
Function CpuType() is not supported.
DosParam()
Retrieves the command line parameters passed to an application.
DosParam() --> cCommandLineParams
EnvParam()
Retrieves all environment definitions.
EnvParam() --> cEnvironment
ErrorAct()
Function ErrorAct() is not supported.
ErrorBase()
Function ErrorBase() is not supported.
ErrorCode()
Function ErrorCode() is not supported.
ErrorOrg()
Function ErrorOrg() is not supported.
ExeName()
Retrieves the filename of the Xbase++ application.
ExeName() --> cProgamName
FilesFree()
Determines how many files still can be opened.
FilesFree() --> nFreeFileHandles
FilesMax()
Determines the maximum number of files that can be open at a time.
FilesMax() --> nMaxFileHandles
GetCountry()
Retrieves the country code set in CONFIG.SYS
GetCountry() --> nCountryCode
IsAnsi()
Checks whether an ANSI driver is installed.
IsAnsi() --> lIsDriverInstalled
IsAT()
Checks whether the program runs on an AT computer.
IsAT() --> lIsAT
IsMath()
Checks whether a math co-processor is available
IsMath() --> lIsCoprocessor
MemSize()
Determines conventional or extended memory.
MemSize( [<lExtendedMemory>] ; // Default: .F. ) --> nMemorySize
NumBuffers()
Function NumBuffers() is not supported.
NumFiles()
Determines the max. number of files opened at a time by different processes.
NumFiles() --> nMaxOpenFiles
OsVer()
Retrieves the version number of the operating system
OsVer() --> cOSVersion
PcType()
Determines the computer type.
PcType() --> nPC_Type
SsetBreak()
Function SsetBreak() is not supported.
SsetVerify()
Sets or retrieves the OS/2 VERIFY setting.
SsetVerify( [<lNewSetting>] ) --> lOldSetting