Class TrpVersionInfo (unit rpVersionInfo)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);



Functions

function GetComments: string;


function GetCompanyName: string;


function GetFileDescription: string;


function GetFileVersion: string;


function GetInternalName: string;


function GetLegalCopyright: string;


function GetLegalTradeMark: string;


function GetOriginalFileName: string;


function GetProductName: string;


function GetProductVersion: string;


function GetVersionInfo(VersionType: TVersionType): string;


procedure SetVersionInfo;


Properties

property Comments : string


property CompanyName : string

Label1.

property FileDescription : string


property FileVersion : string


property InternalName : string


property LegalCopyright : string


property LegalTradeMark : string


property OriginalFileName : string


property ProductName : string


property ProductVersion : string


Events

Variables

FVersionInfo : Array [0 .. ord(high(TVersionType))] of string;



Constructors


constructor Create(AOwner: TComponent);


Functions


function GetComments: string;


function GetCompanyName: string;


function GetFileDescription: string;


function GetFileVersion: string;


function GetInternalName: string;


function GetLegalCopyright: string;


function GetLegalTradeMark: string;


function GetOriginalFileName: string;


function GetProductName: string;


function GetProductVersion: string;


function GetVersionInfo(VersionType: TVersionType): string;


procedure SetVersionInfo;


Properties


property Comments : string


property CompanyName : string

Label1.Caption := VersionInfo1.FileVersion; Simple as that. NOTE: ALL the properties are READONLY so you can not view them with the Object Inspector


property FileDescription : string


property FileVersion : string


property InternalName : string


property LegalCopyright : string


property LegalTradeMark : string


property OriginalFileName : string


property ProductName : string


property ProductVersion : string


Events


Variables


FVersionInfo : Array [0 .. ord(high(TVersionType))] of string;