[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed to hide the cell Editor in the grid control.
Source position: grids.pas line 1028
protected procedure TCustomGrid.DoEditorHide; virtual; |
DoEditorHide is a procedure used to hide the cell Editor for the control.
When gfEditingDone is included in the GridFlags for the control, and CanFocus indicates that the control can be focused, it is used as the ActiveControl in the parent Form. The Visible property in Editor is set to False to hide the cell editor for the control.
DoEditorHide is called from the EditorHide method.
|
The editor control used to modify the value in the current cell. |
|
|
Contains grid-specific state flags active for the control. |
|
|
Hides a visible cell editor in the grid control. |
|
|
Set type used to store TGridFlagsOption enumeration values. |
|
|
Represents state flags used in a grid control. |
|
|
Gets or sets the active control on the form. |
|
|
Is this control allowed to receive the focus when parent form is visible? |
Version 4.0 | Generated 2025-05-03 | Home |