Table of Contents

TTMSFNCTabSet.InsertTab Method

Inserts a tab at the specified index.

API unit family: TMSFNCTabSet Declaring type: TTMSFNCTabSet Inherited from: TTMSFNCCustomTabSet

Syntax

function InsertTab(ATabIndex: Integer; AText: string = ''): TTMSFNCTabSetTab; virtual;

Parameters

Name Description
ATabIndex Zero-based position where the tab is inserted.
AText Caption assigned to the new tab.

Returns

The inserted tab instance.