Data.Cloud.CloudAPI.TCloudTableRow.FSupportsDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FSupportsDataType: Boolean;

C++

bool FSupportsDataType;

Properties

Type Visibility Source Unit Parent
field protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableRow

Description

Specifies whether the columns of this service support data types or not.

Set FSupportsDataType to True if the columns of this service support data types, and to False to ignore the data types of the columns.

See Also