TTMSFNCTabSet.MoveTab Method
Moves a tab from one index to another.
API unit family: TMSFNCTabSet
Declaring type: TTMSFNCTabSet
Inherited from: TTMSFNCCustomTabSet
Syntax
procedure MoveTab(AFromTabIndex, AToTabIndex: Integer); virtual;
Parameters
| Name | Description |
|---|---|
AFromTabIndex |
Zero-based index of the tab to move. |
AToTabIndex |
Zero-based destination index. |