TTMSFNCCustomPageSlider.FindNextPage Method
Finds the next page before or after the specified page.
API unit family: TMSFNCPageSlider
Declaring type: TTMSFNCCustomPageSlider
Syntax
function FindNextPage(ACurPage: TTMSFNCPageSliderContainer; AGoForward: Boolean): TTMSFNCPageSliderContainer;
Parameters
| Name | Description |
|---|---|
ACurPage |
Page used as the starting point. |
AGoForward |
Set to True to search forward; set to False to search backward. |
Returns
The next matching page container, or nil when no page is available.