versioninfo FileVersionFloat property
Return to Introduction  Previous page  Next page
Applies to
dcVersionInfo component.  

Declaration
property FileVersionFloat: Double; // Read only!  

Description
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 // ...  

See also
FileVersion property.  
File not found.