Value of the field as a double type.
Source position: db.pas line 778
|  public property TFloatField.Value : Double | 
Value is redefined by TFloatField to return a value of type Double. It returns the same value as TField.AsFloat
| 
 | Access the field's contents as a floating-point (Double) value. | |
| 
 | Value of the field as a variant value. |