Event handler signalled when the mouse exits a column.
Source position: dbgrids.pas line 531
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.