Class TInfoVersion (unit InfVer)

Inherits from

TComponent

-------------------------------------------------} { } { This code was written by : Aristide Torrelli } { } { This code is copyright 1997 by } { AT Soft } { } {-------------------------------------------------} {---------------------------------------------------------} { } { Legge varie informazioni dalla risorsa VersionInfo, se } { presente nel .exe } { } { It reads various information from the VersionInfo } { Resource if present in the .exe } { } { } {---------------------------------------------------------

Constructors


constructor Create(AOwner: TComponent);

Public Declarations

--------------------------------------} { InfoVersion.



Functions

destructor Destroy;

--------------------------------------} { InfoVersion.

procedure Execute;

--------------------------------------} { InfoVersion.

Properties

property CompanyName : string


property FileDescription : string


property FileVersion : string


property InternalName : string


property LegalCopyright : string


property OriginalFilename : string


property ProductName : string


property ProductVersion : string


Events

Variables

FCompanyName : string;

Private Declarations

FFileDescription : string;


FFileVersion : string;


FInternalName : string;


FLegalCopyright : string;


FOriginalFilename : string;


FProductName : string;


FProductVersion : string;


FTranslation : string;



Constructors


constructor Create(AOwner: TComponent);

Public Declarations

--------------------------------------} { InfoVersion.Create } {--------------------------------------


Functions


destructor Destroy;

--------------------------------------} { InfoVersion.Destroy } {--------------------------------------


procedure Execute;

--------------------------------------} { InfoVersion.Execute } {--------------------------------------


Properties


property CompanyName : string


property FileDescription : string


property FileVersion : string


property InternalName : string


property LegalCopyright : string


property OriginalFilename : string


property ProductName : string


property ProductVersion : string


Events


Variables


FCompanyName : string;

Private Declarations


FFileDescription : string;


FFileVersion : string;


FInternalName : string;


FLegalCopyright : string;


FOriginalFilename : string;


FProductName : string;


FProductVersion : string;


FTranslation : string;