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