FMX.Grid.TGridModel.EditorMode

From RAD Studio API Documentation
Jump to: navigation, search

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

Keeps the value of the TGrid.EditorMode property determining whether the TGrid control 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.

See Also