TTMSFNCListBoxBeforeReorderItemEvent Event Type
Event handler called before an item is reordered.
API unit family: TMSFNCListBox
Parameters
| Name | Description |
|---|---|
Sender |
The list box that triggered the event. |
AFromItem |
The item being moved. |
AToItem |
The target item for the reorder operation. |
ACanReorder |
Set to False to cancel the reorder operation. |