[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Locks the Editor so that it cannot accept input or changes.
Source position: grids.pas line 1150
protected procedure TCustomGrid.LockEditor; |
LockEditor increments the value for the internal lock counter used to get the return value for the EditorLocked method. LockEditor is called from the MouseDown method when a mouse click occurs in the cell data for the grid control, and prevents a cell Editor from being displayed until the mouse event is handled. It is also called from the EditorHide method to prevent access to an Editor until the current one is hidden.
Version 4.0 | Generated 2025-05-03 | Home |