Data.DBXMemoryRow.TDBXMemoryRow.SetInt16
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
Unit: Data.DBXMemoryRow | |
Parent: TDBXMemoryRow |
Delphi
procedure SetInt16(DbxValue: TDBXInt16Value; Value: SmallInt); override;
C++
virtual void __fastcall SetInt16(Data::Dbxcommon::TDBXInt16Value* DbxValue, short Value);
Description
Sets the Smallint value for the 16-bit integer data types.
SetInt16 sets the Smallint value for TDBXMemoryRow instances of an Int16 data type.