Class TSysInfo (unit BBsysinf)

Inherits from

TComponent

Renamed from SysInfo.pas 6/12/1998 Paul Rice to avoid conflicts with others' work.

Constructors


constructor Create(AOwner:TComponent);



Functions

destructor Destroy;


procedure SetBuild(Value : string);


procedure SetCPU(Value : string);


procedure SetDriveC(Value : string);


procedure SetOperatingSystem(Value : string);


procedure SetOrganisation(Value : string);


procedure SetOwner(Value : string);


procedure SetTotalMemory(Value : string);


procedure SetWinVersion(Value : string);


Properties

property Build : string


property CPU : string


property DriveC : string


property Name :


property OperatingSystem : string


property Organisation : string


property Owner : string


property Tag :


property TotalMemory : string


property WinVersion : string


Events

Variables

FBuild : string;


FCPU : string;


FDriveC : string;


FOperatingSystem : string;


FOrganisation : string;


FOwner : string;


FTotalMemory : string;


FWinVersion : string;



Constructors


constructor Create(AOwner:TComponent);


Functions


destructor Destroy;


procedure SetBuild(Value : string);


procedure SetCPU(Value : string);


procedure SetDriveC(Value : string);


procedure SetOperatingSystem(Value : string);


procedure SetOrganisation(Value : string);


procedure SetOwner(Value : string);


procedure SetTotalMemory(Value : string);


procedure SetWinVersion(Value : string);


Properties


property Build : string


property CPU : string


property DriveC : string


property Name :


property OperatingSystem : string


property Organisation : string


property Owner : string


property Tag :


property TotalMemory : string


property WinVersion : string


Events


Variables


FBuild : string;


FCPU : string;


FDriveC : string;


FOperatingSystem : string;


FOrganisation : string;


FOwner : string;


FTotalMemory : string;


FWinVersion : string;