Class TOSInfo (unit InfoOS)

Inherits from

TComponent

win31+win32s

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

procedure DummyInt(I:integer);

Protected declarations

procedure DummyLongInt(I:longint);

do nothing at all

procedure DummyPlatform(S:TOSPlatform);

do nothing at all

procedure DummyStr(S:string);

do nothing at all

function GetVerStr: string;

do nothing at all

Properties

property Bits : integer

Published declarations

property Build : longint


property ExtraInfo : string


property Major : longint


property Minor : longint


property Platform : TOSPlatform


property Version : string


Events

Variables

FBits : integer;

Private declarations

FBuild : longint;


FExtra : string;


FMajor : longint;


FMinor : longint;


FPlatform : TOSPlatform;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


procedure DummyInt(I:integer);

Protected declarations


procedure DummyLongInt(I:longint);

do nothing at all


procedure DummyPlatform(S:TOSPlatform);

do nothing at all


procedure DummyStr(S:string);

do nothing at all


function GetVerStr: string;

do nothing at all


Properties


property Bits : integer

Published declarations


property Build : longint


property ExtraInfo : string


property Major : longint


property Minor : longint


property Platform : TOSPlatform


property Version : string


Events


Variables


FBits : integer;

Private declarations


FBuild : longint;


FExtra : string;


FMajor : longint;


FMinor : longint;


FPlatform : TOSPlatform;