TTMSFNCPageSlider.AddPage Method
Adds a page with the specified header caption.
API unit family: TMSFNCPageSlider
Declaring type: TTMSFNCPageSlider
Inherited from: TTMSFNCCustomPageSlider
Overloads
Overload 1
Adds a page with the specified header caption.
function AddPage(APageCaption: string): TTMSFNCPageSliderContainer; overload;
Parameters
| Name | Description |
|---|---|
APageCaption |
Text displayed in the page header. |
Returns
The newly created page container.
Overload 2
Adds a page with the specified header and footer captions.
function AddPage(APageCaption, AFooterCaption: string): TTMSFNCPageSliderContainer; overload;
Parameters
| Name | Description |
|---|---|
APageCaption |
Text displayed in the page header. |
AFooterCaption |
Text displayed in the page footer. |
Returns
The newly created page container.