TTMSFNCCustomPageSlider Class
Base class that manages page collection, active page state, animation, and navigation behavior.
API unit family: TMSFNCPageSlider
Inherits from: TTMSFNCPageSliderContainer
Syntax
TTMSFNCCustomPageSlider = class(TTMSFNCPageSliderContainer)
Properties
| Name | Description |
|---|---|
| Footer | Gets or sets the footer appearance and text for the page. (inherited from TTMSFNCPageSliderContainer) |
| Header | Gets or sets the header appearance and text for the page. (inherited from TTMSFNCPageSliderContainer) |
| MinimumWidth | Gets or sets the minimum width used for the page during layout and sliding. (inherited from TTMSFNCPageSliderContainer) |
| PageContainers | Gets the page container at the specified index. |
| PageCount | Gets the number of pages in the slider. |
| PageIndex | Gets or sets the zero-based index of this page within the page slider. (inherited from TTMSFNCPageSliderContainer) |
| PageSlider | Gets or sets the page slider that owns this page container. (inherited from TTMSFNCPageSliderContainer) |
Methods
| Name | Description |
|---|---|
| AddPage | Adds a page with the specified header caption. |
| AddSimplePage | Adds a page with default header and footer settings. |
| EndUpdate | Ends an update block and refreshes page layout. |
| FindNextPage | Finds the next page before or after the specified page. |
| IndexOfPage | Returns the index of the specified page container. |
| MovePage | Moves a page from one index to another. |
| NextPage | Selects the next page. |
| PreviousPage | Selects the previous page. |
| RemovePage | Removes the page at the specified index. |