Data.DBXCommon.TDBXInt64Value.GetAsUInt16

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAsUInt16: Word; override;

C++

virtual System::Word __fastcall GetAsUInt16();

Eigenschaften

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

Beschreibung

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

Data.DBXCommon.TDBXInt64Value.GetAsUInt16 erbt von Data.DBXCommon.TDBXValue.GetAsUInt16. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXValue.GetAsUInt16.

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