Data.DBXDelegate.TDBXDelegateWritableValue.GetAsUInt16
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
function GetAsUInt16: Word; override;
C++
virtual System::Word __fastcall GetAsUInt16();
Description
Gets the UInt16 representation of the value.
Data.DBXDelegate.TDBXDelegateWritableValue.GetAsUInt16 inherits from Data.DBXCommon.TDBXValue.GetAsUInt16. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsUInt16.
Gets the UInt16 representation of the value.
GetAsUInt16 returns a UInt16 representation of the value, applying a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.