Data.DBXCommon.TDBXValue.GetAsInt8
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
function GetAsInt8: ShortInt; virtual;
C++
virtual System::Int8 __fastcall GetAsInt8();
Description
Gets the ShortInt representation of the value.
GetAsInt8 returns a ShortInt representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.