Data.DBXCommon.TDBXValue.AsDouble
Delphi
property AsDouble: Double read GetAsDouble;
C++
__property double AsDouble = {read=GetAsDouble};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValue |
Description
Double representation of value.
AsDouble returns a Double representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.