Data.Cloud.CloudAPI.TCloudTableRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudTableRow

Delphi

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

C++

__fastcall virtual TCloudTableRow(bool SupportsDataType);

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