Data.DBXCommon.TDBXWritableValue.AsInt8
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
property AsInt8: ShortInt read GetAsInt8 write SetAsInt8;
C++
__property System::Int8 AsInt8 = {read=GetAsInt8, write=SetAsInt8, nodefault};
Description
ShortInt representation of this TDBXWritableValue.
If there is no supported conversion to this type, an exception is raised.