[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TCustomDBGrid.OnColExit

Event handler signalled when the mouse exits a column.

Declaration

Source position: dbgrids.pas line 530

protected property TCustomDBGrid.OnColExit : TNotifyEvent
  read FOnColExit
  write FOnColExit;

Description

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 3.2 Generated 2024-02-25 Home