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 |
|
ProductVersionLabel | Declaration property ProductVersionLabel: TLabel; Description |
|
FileVersion | Declaration property FileVersion: String; Description |
|
FileVersionLabel | Declaration property FileVersionLabel: TLabel; Description |
|
EXEName | Declaration property EXEName: String; Description |
|
EXENameLabel | Declaration property EXENameLabel: TLabel; Description |
|
EXEPath | Declaration property EXEPath: String; Description |
|
EXEPathLabel | Declaration property EXEPathLabel: TLabel; Description |
|
CompanyName | Declaration property CompanyName: String; Description |
|
CompanyNameLabel | Declaration property CompanyNameLabel: TLabel; Description |
|
FileDescription | Declaration property FileDescription: String; Description |
|
FileDescriptionLabel | Declaration property FileDescriptionLabel: TLabel; Description |
|
InternalName | Declaration property InternalName: String; Description |
|
InternalNameLabel | Declaration property InternalNameLabel: TLabel; Description |
|
Copyright | Declaration property Copyright: String; Description |
|
CopyrightLabel | Declaration property CopyrightLabel: TLabel; Description |
|
Trademarks | Declaration property Trademarks: String; Description |
|
TrademarksLabel | Declaration property TrademarksLabel: TLabel; Description |
|
OriginaleName | Declaration property OriginalName: String; Description |
|
OriginalNameLabel | Declaration property OriginalNameLabel: TLabel; Description |
|
Comments | Declaration property Comments: String; Description |
|
CommentsLabel | Declaration property CommentsLabel: TLabel; Description |
Methods
None
Events
None