Data.Cloud.CloudAPI.TCloudTableRow.Create

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

Delphi

constructor Create(SupportsDataType: Boolean = True); virtual;

C++

__fastcall virtual TCloudTableRow(bool SupportsDataType);

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableRow

説明

TCloudTableRow の新しいインスタンスを構築します。

Create を使用すると、TCloudTableRow の新しいインスタンスを作成することができます。 SupportsDataType パラメータは、FSupportsDataType の値を設定します。デフォルト値は True です。

関連項目