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