Data.DBXCommon.TDBXValue.AsBcd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsBcd: TBcd read GetAsBcd;

C++

__property Data::Fmtbcd::TBcd AsBcd = {read=GetAsBcd};

Eigenschaften

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

Beschreibung

TBcd-Repräsentation des Wertes.

AsBcd gibt eine TBcd-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