|
|
|
| dcVersionInfo component.
|
| property FileVersion: String; // Read only!
|
| The FileVersion property is a text string containing the file version number.
|
|
|
| FileVersion is a text string which contains the version in "major version.minor version.release.build" format. Each value is separated with a dot. For example, version 2.05 of a product would be represented by the string "2.5.0.0". To get a floating point representation of the file version, read the FileVersionFloat property.
|
| FileVersionFloat property.
|