BFC_VersionInfo

Description

This property will contain all the version-info of the executable after creating it. Not only can you use the properties which contain the versioninfo, but you can connect labels to the different properties. By doing this the values of the versioninfo can automatically be displayed in the label.

Properties

ProductVersion   Declaration
property ProductVersion: String;

Description
String containing the ProductVersion.

ProductVersionLabel   Declaration
property ProductVersionLabel: TLabel;

Description
A label in which the ProductVersion will be displayed

FileVersion   Declaration
property FileVersion: String;

Description
String containing the FileVersion.

FileVersionLabel   Declaration
property FileVersionLabel: TLabel;

Description
A label in which the FileVersion will be displayed

EXEName   Declaration
property EXEName: String;

Description
String containing the name of the executable.

EXENameLabel   Declaration
property EXENameLabel: TLabel;

Description
A label in which the name of the executable will be displayed

EXEPath   Declaration
property EXEPath: String;

Description
String containing the Path of the executable.

EXEPathLabel   Declaration
property EXEPathLabel: TLabel;

Description
A label in which the Path of the executable will be displayed

CompanyName   Declaration
property CompanyName: String;

Description
String containing the CompanyName.

CompanyNameLabel   Declaration
property CompanyNameLabel: TLabel;

Description
A label in which the CompanyName will be displayed

FileDescription   Declaration
property FileDescription: String;

Description
String containing the FileDescription.

FileDescriptionLabel   Declaration
property FileDescriptionLabel: TLabel;

Description
A label in which the FileDescription will be displayed

InternalName   Declaration
property InternalName: String;

Description
String containing the InternalName.

InternalNameLabel   Declaration
property InternalNameLabel: TLabel;

Description
A label in which the InternaleName will be displayed

Copyright   Declaration
property Copyright: String;

Description
String containing the Copyright.

CopyrightLabel   Declaration
property CopyrightLabel: TLabel;

Description
A label in which the Copyright will be displayed

Trademarks   Declaration
property Trademarks: String;

Description
String containing the Trademarks.

TrademarksLabel   Declaration
property TrademarksLabel: TLabel;

Description
A label in which the Trademarks will be displayed

OriginaleName   Declaration
property OriginalName: String;

Description
String containing the OriginalName.

OriginalNameLabel   Declaration
property OriginalNameLabel: TLabel;

Description
A label in which the OriginalName will be displayed

Comments   Declaration
property Comments: String;

Description
String containing the Comments.

CommentsLabel   Declaration
property CommentsLabel: TLabel;

Description
A label in which the Comments will be displayed

Methods

None

Events

None