Data.DBXCommon.TDBXWritableValue.AsDouble
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
property AsDouble: Double read GetAsDouble write SetAsDouble;
C++
__property double AsDouble = {read=GetAsDouble, write=SetAsDouble};
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.