Starts an operation to render a cell in its "pushed" state.
Source position: grids.pas line 1201
protected procedure TCustomGrid.StartPushCell; |
StartPushCell updates the GridState property to the value gsButtonColumnClicking, and calls the DoPushCell method to cache and redraw the clicked cell.
StartPushCell is called from the MouseDown method when a mouse click has occurred over a cell using a button-style Editor in the non-fixed area for the grid control.
| Version 4.4 | Generated 2025-11-08 | Home |