TTMSFNCRibbonPageControl.AddPage Method
Appends a new ribbon page to the page control and returns it.
API unit family: TMSFNCRibbon
Declaring type: TTMSFNCRibbonPageControl
Syntax
function AddPage(AText: string = ''): TTMSFNCRibbonPage; reintroduce; virtual;
Parameters
| Name | Description |
|---|---|
AText |
Tab caption of the new page. |