FMX.Grid.TGridModel.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 | TGridModel |
Description
Determines whether the TGrid component is in edit mode (True) or not (False).
When you change the EditorMode property to True, the ShowEditor method is called. When you change the EditorMode property to False, the HideEditor method is called.