TTMSFNCRibbonPageControl.InsertPage Method
Inserts a new ribbon page at the specified index and returns it.
API unit family: TMSFNCRibbon
Declaring type: TTMSFNCRibbonPageControl
Syntax
function InsertPage(APageIndex: Integer; AText: String = ''): TTMSFNCRibbonPage; reintroduce; virtual;
Parameters
| Name | Description |
|---|---|
APageIndex |
Zero-based position at which to insert the page. |
AText |
Tab caption of the new page. |