Event handler signalled when the mouse enters a column.
Source position: dbgrids.pas line 525
protected property TCustomDBGrid.OnColEnter : TNotifyEvent |
OnColEnter is a TNotifyEvent property that implements the event handler signalled when the mouse enters a column for the grid control. OnColEnter is also signalled when the grid control gains focus. Assign a procedure to the property to allow responding to the notification event.
OnColEnter is triggered from the MoveSelection method.
| Version 4.6 | Generated 2026-02-20 | Home |