Data.DBXMemoryRow.TDBXMemoryRow.SetInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInt16(DbxValue: TDBXInt16Value; Value: SmallInt); override;

C++

virtual void __fastcall SetInt16(Data::Dbxcommon::TDBXInt16Value* DbxValue, short Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

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.

See Also