Data.Cloud.CloudAPI.TCloudTableColumn.DataType

提供:RAD Studio API Documentation

Delphi

property DataType: string read FDataType write FDataType;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableColumn

説明

セルのデータ型の名前を示します。

FDataType を空文字列に設定すると、デフォルト型を使用します。

関連項目