Data.Cloud.CloudAPI.TCloudTableColumn.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: string read FValue write FValue;

C++

__property System::UnicodeString Value = {read=FValue, write=FValue};

Properties

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

Description

Specifies the value held within the cell.

See Also