TcxPageControl.SelectNextPage(Boolean,Boolean) Method
Activates the page located before or after the active page.
Declaration
procedure SelectNextPage(GoForward: Boolean; CheckTabVisible: Boolean = True);
Parameters
Name | Type |
---|---|
GoForward | Boolean |
CheckTabVisible | Boolean |
Remarks
Use the SelectNextPage method to navigate to the page located before or after the currently active page. If the GoForward parameter is set to True, the next page after the current is selected. Otherwise the SelectNextPage method selects the previous page. If the CheckTabVisible parameter is set to True, pages with invisible tabs are ignored. Otherwise such pages can be selected, but their tabs remain invisible.
If the method reaches the last page when searching forward, the search is started from the first page and vice versa.
See Also