TTMSFNCCustomTabSet.FocusTab Method
Moves focus to the specified tab.
API unit family: TMSFNCTabSet
Declaring type: TTMSFNCCustomTabSet
Syntax
procedure FocusTab(ATabIndex: Integer; ASelect: Boolean = False); virtual;
Parameters
| Name | Description |
|---|---|
ATabIndex |
Zero-based index of the tab to focus. |
ASelect |
When True, also selects the focused tab. |