Data.DBXMemoryRow.TDBXMemoryRow.GetInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetInt32(DbxValue: TDBXInt32Value; var Value: TInt32;
var IsNull: LongBool); override;

C++

virtual void __fastcall GetInt32(Data::Dbxcommon::TDBXInt32Value* DbxValue, int &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 Integer value for the 32-bit integer data types.

GetInt32 gets the Integer value for TDBXMemoryRow instances of an Int32 data type.

See Also