[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the grid is focused or has an active focused cell Editor.
Source position: grids.pas line 1355
public function TCustomGrid.Focused: Boolean; override; |
True when the grid or the cell Editor has focus.
Focused in an overridden method in TCustomGrid. It re-implements the method from the ancestor class, and return True if the control or an assigned cell editor for the control has input focus. It does not call the inherited method.
|
The editor control used to modify the value in the current cell. |
|
Version 4.0 | Generated 2025-05-03 | Home |