Data.Cloud.CloudAPI.TCloudTableColumn.DataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataType: string read FDataType write FDataType;

C++

__property System::UnicodeString DataType = {read=FDataType, write=FDataType};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableColumn

Description

Specifies the name of the cell's data type.

Set FDataType to an empty string to use the default type.

See Also