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.4 | Generated 2025-11-08 | Home |