Contents - Index - Previous - Next


EditorMode property



Applies to
TProfGrid component

Declaration
property EditorMode: Boolean;

Description

Determines whether the current cell is being edited.

Set EditorMode to True, at runtime, to put the grid in edit mode. When EditorMode is True, the user can edit cells in the grid. When the user presses F2, EditorMode is set to True.


Run-time only