Table of Contents

TTMSFNCTabSet.AddTab Method

Adds a tab to the end of the tab collection.

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

Syntax

function AddTab(AText: string = ''): TTMSFNCTabSetTab; virtual;

Parameters

Name Description
AText Caption assigned to the new tab.

Returns

The added tab instance.