TTMSFNCListBox.OnItemAnchorClick Event
Occurs when an anchor in an item is clicked.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: TTMSFNCCustomListBox
Syntax
OnItemAnchorClick: TTMSFNCListBoxItemAnchorClickEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The list box that triggered the event. |
AItem |
The item containing the clicked anchor. |
AAnchor |
The clicked anchor value. |