[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the mouse tracking state for a header section has changed.
Source position: comctrls.pp line 4066
protected procedure TCustomHeaderControl.SectionTrack( |
Section: THeaderSection; |
State: TSectionTrackState |
); virtual; |
Section |
|
Header section for the mouse tracking state. |
State |
|
New mouse tracking state for the action. |
Signals the OnSectionTrack event handler (when assigned). Called from the MouseDown, MouseMove, and MouseUp methods when mouse tracking is active for a section in the header control.
|
Handles a mouse down event for the control. |
|
|
Handler for MouseMove events. |
|
|
Signals the OnMouseUp handler. |
Version 4.0 | Generated 2025-05-03 | Home |