[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when the mouse exits a column.
Source position: dbgrids.pas line 526
protected property TCustomDBGrid.OnColExit : TNotifyEvent |
OnColExit is a TNotifyEvent property that implements the event handler signalled when the mouse exits a column in the grid control. OnColExit is also signalled when the grid control loses focus. Assign a procedure to the property to allow responding to the notification event.
OnColExit is triggered from the BeforeMoveSelection method.
Version 4.0 | Generated 2025-05-03 | Home |