FMX.Grid.TColumn.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly: Boolean read FReadOnly write SetReadOnly default False;

C++

__property bool ReadOnly = {read=FReadOnly, write=SetReadOnly, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Specifies whether the cells in this column can be edited or not.

Set ReadOnly to True to specify that the content of the cells can only be read.

See Also