|
|
|
| dcVersionInfo component.
|
| property FileVersionFloat: Double; // Read only!
|
| The FileVersionFloat property is a floating point representation of the file version.
|
|
|
| Use FileVersionFloat in floating point comparison operations. The following example compares the file version to a floating point number.
|
|
|
| if dcVersionInfo1.FileVersionFloat < 2.0 then // ...
|
| FileVersion property.
|