Data.DBXCommon.TDBXValue.AsUInt16

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsUInt16: Word read GetAsUInt16;

C++

__property System::Word AsUInt16 = {read=GetAsUInt16, nodefault};

Eigenschaften

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

Beschreibung

Die Repräsentation eines vorzeichenlosen 16-Bit-Integerwertes.

AsUInt16 gibt die Repräsenation eines vorzeichenlosen 16-Bit-Integerwertes zurück. Die Methode führt bei Bedarf eine Typumwandlung durch. Eine Ausnahme wird ausgelöst, wenn für diesen Typ keine unterstützte Umwandlung vorhanden ist.

Siehe auch