Data.DBXMemoryRow.TDBXMemoryRow.GetInt32

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

説明

32 ビット整数型の Integer 値を取得します。

GetInt32 は、Int32 データ型の整数値 Integer を、TDBXMemoryRow インスタンスから取得します。

関連項目