Data.DBXPlatform.TDBXInt32Object.Create

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

Delphi

constructor Create(const Value: Integer);

C++

__fastcall TDBXInt32Object(const int Value);

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXInt32Object

説明

TDBXInt32Object インスタンスを作成します。

このコンストラクタは、TDBXInt32Object クラスのインスタンスを作成します。.Value パラメータは、作成時に TDBXInt32Object に割り当てられたInteger 値を指定します。

関連項目