Data.DBXMemoryRow.TDBXMemoryRow.GetInt8
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
Unit: Data.DBXMemoryRow | |
Parent: TDBXMemoryRow |
Delphi
procedure GetInt8(DbxValue: TDBXInt8Value; var Value: Int8;
var IsNull: LongBool); override;
C++
virtual void __fastcall GetInt8(Data::Dbxcommon::TDBXInt8Value* DbxValue, System::Int8 &Value, System::LongBool &IsNull);
Description
Gets the Shortint value for the 8-bit integer data types.
GetInt8 gets the Shortint value for TDBXMemoryRow instances of an Int8 data type.