Data.DBXCommon.TDBXUInt8Value.GetAsUInt16

Aus RAD Studio API Documentation

Delphi

function GetAsUInt16: Word; override;

C++

virtual System::Word __fastcall GetAsUInt16(void);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXUInt8Value

Beschreibung

Gibt eine UInt16-Repräsentation des Wertes zurück. {{#multireplace:Data.DBXCommon.TDBXUInt8Value.GetAsUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.DBXCommon.TDBXValue.GetAsUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.DBXCommon.TDBXValue.GetAsUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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