FMX.Grid.TCustomGrid.EditorMode
Delphi
property EditorMode: Boolean read GetEditorMode write SetEditorMode;
C++
__property bool EditorMode = {read=GetEditorMode, write=SetEditorMode, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.Grid.pas FMX.Grid.hpp | FMX.Grid | TCustomGrid | 
Description
Determines whether the grid control is in the edit mode (True) or not (False).