[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when the mouse enters a column.
Source position: dbgrids.pas line 530
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.
lazarus-ccr.sourceforge.net |