TTMSFNCTabSet.OnAnchorTabClick Event
Occurs when the user clicks an HTML anchor inside a tab caption.
API unit family: TMSFNCTabSet
Declaring type: TTMSFNCTabSet
Inherited from: TTMSFNCCustomTabSet
Syntax
OnAnchorTabClick: TTMSFNCTabSetAnchorTabClickEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
ATabIndex |
Zero-based index of the tab that contains the clicked anchor. |
AAnchor |
Anchor value from the clicked tab text. |