Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPageControl.SelectNextPage(Boolean,Boolean) Method

Activates the page located before or after the active page.

#Declaration

Delphi
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