Data.Cloud.CloudAPI.TCloudTableRow.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__fastcall virtual TCloudTableRow(bool SupportsDataType);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableRow


Beschreibung

Erzeugt eine neue Instanz von TCloudTableRow.

Mit Create wird eine neue Instanz von TCloudTableRow erstellt. Der Parameter SupportsDataType setzt den Wert von FSupportsDataType. Der Standardwert ist True.

Siehe auch