Unit SysInfo

Classes

TSystemInfo -

Functions

Register -

Types

TAttribute
TChangeProcedure

Constants

Variables


Functions


procedure Register;


Types


TAttribute = (atCompanyName,
                atCoProcessor,
                atCPU,
                atDiskSize,
                atDosVersion,
                atFreeDisk,
                atFreeGDIResources,
                atFreeMemory,
                atFreeSystemResources,
                atFreeUserResources,
                atSystemDirectory,
                atTempDisk,
                atTempDiskSize,
                atTempFreeDisk,
                atUserName,
                atWindowsDirectory,
                atWindowsDisk,
                atWindowsDiskSize,
                atWindowsFreeDisk,
                atWindowsMode,
                atWindowsVersion);
---------------------------------------------------------------------------------} { } { TSystemInfo } { } { A label that shows something about the current system. The "text" property } { gives programs read-only access to the displayed value. } { } { Freeware. Use it at your own risk. } { } { S Armstrong 13/1/96 } { 100717.3531@compuserve.com } {---------------------------------------------------------------------------------
TChangeProcedure = procedure( Sender: TObject ) of Object

Constants


Variables