Data.DB.TFloatField.GetValue
Delphi
function GetValue(var Value: Double): Boolean;
C++
bool __fastcall GetValue(double &Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TFloatField |
Description
Fills Value
with the double-precision floating-point value of this field, and returns True
if the field contains a value or False
if the field data is null.
GetValue converts the raw data of the field into a double-precision floating-point value.
Other methods of TFloatField call GetValue.