Table of Contents

TTMSFNCCustomPageControl.AddPage Method

Adds a new page with optional tab text and returns it.

API unit family: TMSFNCPageControl Declaring type: TTMSFNCCustomPageControl

Syntax

function AddPage(AText: string = ''): TTMSFNCPageControlPage; virtual;

Parameters

Name Description
AText Text to display on the page tab.

Returns

The newly created TTMSFNCPageControlPage.