[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Signals the OnSectionEndDrag event handler (when assigned).
Source position: comctrls.pp line 4068
protected procedure TCustomHeaderControl.SectionEndDrag; virtual; |
SectionEndDrag is called from the MouseUp method when the a mouse button is released during a drag operation for a header section on the control. It is called after the selected header section has been reordered by updating its Index property.
Use OnSectionEndDrag to perform any actions needed when the section order has been updated in a drag operation.
Use DragReorder to enable or disable drag operations for the Sections on the header control.
|
Event handler signalled when a drag and drop operation for a section is completed. |
|
|
Signals the OnMouseUp handler. |
|
|
Sections - the short segments of the header separated by vertical bars that function as the elementary selection units of the header. |
|
|
Enables or disables reordering of header sections on the control using drag and drop. |
|
|
Index position which does not change when the user reorders the sections on a header control. |
|
Version 4.0 | Generated 2025-05-03 | Home |