Class TscVersionInfo (unit scSysInfoClass)

Inherits from

TPersistent

Version Info class

Constructors


constructor Create;

GetFileInformation


Functions

destructor Destroy;


procedure Update;


procedure SetIntegerValue(Value: integer);


procedure SetStringValue(Value: string);


Properties

property CharSet : integer


property CompanyName : string


property FileDescription : string


property FileVersion : string


property InternalName : string


property Language : string


property LanguageID : integer


property LegalCopyright : string


property OriginalFilename : string


property ProductName : string


property ProductVersion : string


property DebugList : TStringList


Events

Variables

FFileName : string;


FCompanyName : string;


FErrorList : TStringList;


FFileBuild : integer;


FFileDescription : string;


FFileMajor : integer;


FFileMinor : integer;


FFileRelease : integer;


FFileVersion : string;


FInternalName : string;


FLanguage : string;


FLanguageCharSet : integer;


FLanguageID : integer;


FLegalCopyright : string;


FOriginalFilename : string;


FProdBuild : integer;


FProdMajor : integer;


FProdMinor : integer;


FProdRelease : integer;


FProductName : string;


FProductVersion : string;



Constructors


constructor Create;

GetFileInformation


Functions


destructor Destroy;


procedure Update;


procedure SetIntegerValue(Value: integer);


procedure SetStringValue(Value: string);


Properties


property CharSet : integer


property CompanyName : string


property FileDescription : string


property FileVersion : string


property InternalName : string


property Language : string


property LanguageID : integer


property LegalCopyright : string


property OriginalFilename : string


property ProductName : string


property ProductVersion : string


property DebugList : TStringList


Events


Variables


FFileName : string;


FCompanyName : string;


FErrorList : TStringList;


FFileBuild : integer;


FFileDescription : string;


FFileMajor : integer;


FFileMinor : integer;


FFileRelease : integer;


FFileVersion : string;


FInternalName : string;


FLanguage : string;


FLanguageCharSet : integer;


FLanguageID : integer;


FLegalCopyright : string;


FOriginalFilename : string;


FProdBuild : integer;


FProdMajor : integer;


FProdMinor : integer;


FProdRelease : integer;


FProductName : string;


FProductVersion : string;