API:Data.DBXCommon.TDBXWritableValue.AsDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDouble: Double read GetAsDouble write SetAsDouble;

C++

__property double AsDouble = {read=GetAsDouble, write=SetAsDouble};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

Double representation of value.

Data.DBXCommon.TDBXWritableValue.AsDouble inherits from Data.DBXCommon.TDBXValue.AsDouble. All content below this line refers to Data.DBXCommon.TDBXValue.AsDouble.

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.

See Also