Data.Cloud.CloudAPI.TCloudTableColumn.Value

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 Value: string read FValue write FValue;

C++

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

Description

Specifies the value held within the cell.

See Also