Table of Contents

TTMSFNCCustomTabSet.MoveTab Method

Moves a tab from one index to another.

API unit family: TMSFNCTabSet Declaring type: 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.