Data.Cloud.CloudAPI.TCloudTableColumn.DataType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DataType: string read FDataType write FDataType;

C++

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

Description

Specifies the name of the cell's data type.

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

See Also