Data.DBXMemoryRow.TDBXMemoryRow.GetInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetInt16(DbxValue: TDBXInt16Value; var Value: SmallInt;
var IsNull: LongBool); override;

C++

virtual void __fastcall GetInt16(Data::Dbxcommon::TDBXInt16Value* DbxValue, short &Value, System::LongBool &IsNull);

Properties

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

Description

Gets the Smallint value for the 16-bit integer data types.

GetInt16 gets the Smallint value for TDBXMemoryRow instances of an Int16 data type.

See Also