Data.Cloud.CloudAPI.TCloudTableColumn.DataType
[–] 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.