FMX.Grid.TGrid.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly;

C++

__property ReadOnly;

Properties

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

Description

Specifies whether the cells in this grid can be modified or not.

FMX.Grid.TGrid.ReadOnly inherits from FMX.Grid.TCustomGrid.ReadOnly. All content below this line refers to FMX.Grid.TCustomGrid.ReadOnly.

Specifies whether the cells in this grid can be modified or not.

Use ReadOnly at run time to determine whether the cells in this grid can be edited. If ReadOnly is True, then you can only read and view the contents of the cells without the ability to affect the grid in any way.

See Also