TTMSFNCPageControl.AddPage Method
Adds a new page with optional tab text and returns it.
API unit family: TMSFNCPageControl
Declaring type: TTMSFNCPageControl
Inherited from: TTMSFNCCustomPageControl
Syntax
function AddPage(AText: string = ''): TTMSFNCPageControlPage; virtual;
Parameters
| Name | Description |
|---|---|
AText |
Text to display on the page tab. |
Returns
The newly created TTMSFNCPageControlPage.