Data.Cloud.CloudAPI.TCloudTableColumn

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCloudTableColumn

Delphi

TCloudTableColumn = class

C++

class PASCALIMPLEMENTATION TCloudTableColumn : public System::TObject

Properties

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

Description

Represents a single cell of a cloud service table.

Some cloud table services do not support data types for columns, and require all data to be strings. In these cases, DataType will be empty.

See Also