Starts an operation to render a cell in its "pushed" state.
Source position: grids.pas line 1202
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.6 | Generated 2026-02-20 | Home |