Data.DBXCommon.TDBXValue.GetAsUInt16

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAsUInt16: Word; virtual;

C++

virtual System::Word __fastcall GetAsUInt16();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Beschreibung

Gibt eine UInt16-Repräsentation des Wertes zurück.

GetAsUInt16 gibt eine UInt16-Repräsentation des Wertes zurück und 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