Data.Cloud.CloudAPI.TCloudTableRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__fastcall virtual TCloudTableRow(bool SupportsDataType);

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableRow

Description

Constructs a new instance of TCloudTableRow.

Use Create to create a new instance of TCloudTableRow. The SupportsDataType parameter sets the value of FSupportsDataType. The default value is True.

See Also