Data.DBXCommon.TDBXWritableValue.AsUInt16
Delphi
property AsUInt16: Word read GetAsUInt16 write SetAsUInt16;
C++
__property System::Word AsUInt16 = {read=GetAsUInt16, write=SetAsUInt16, nodefault};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
Beschreibung
Die Repräsentation eines vorzeichenlosen 16-Bit-Integerwertes. {{#multireplace:Data.DBXCommon.TDBXWritableValue.AsUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.DBXCommon.TDBXValue.AsUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.DBXCommon.TDBXValue.AsUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.