Data.DBXCommon.TDBXWritableValue.AsDouble

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsDouble: Double read GetAsDouble write SetAsDouble;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Beschreibung

Double-Repräsentation des Wertes.

GetAsDouble gibt eine double-Repräsentation des Wertes zurück. Bei Bedarf wird eine Typumwandlung durchgeführt. Wenn es für diesen Typ keine unterstützte Umwandlung gibt, wird eine Exception ausgelöst.

Siehe auch