Data.DBXCommon.TDBXWritableValue.AsInt16
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
property AsInt16: SmallInt read GetAsInt16 write SetAsInt16;
C++
__property short AsInt16 = {read=GetAsInt16, write=SetAsInt16, nodefault};
Description
SmallInt representation of value.
AsInt16 returns a SmallInt representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.