FMX.Grid.Style.TStyledGrid.EditorMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EditorMode: Boolean read FEditorMode;

C++

__property bool EditorMode = {read=FEditorMode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Determines whether the grid 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