Table of Contents

TTMSFNCCustomTabSet.AddTab Method

Adds a tab to the end of the tab collection.

API unit family: TMSFNCTabSet Declaring type: TTMSFNCCustomTabSet

Syntax

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

Parameters

Name Description
AText Caption assigned to the new tab.

Returns

The added tab instance.