FMX.Grid.TCustomGrid.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 TCustomGrid

Description

Determines whether the grid control is in the edit mode (True) or not (False).

See Also