[Overview][Constants][Types][Classes][Procedures and functions][Index] |
SelectNextPage - checking that its tab is visible
Source position: line 0
public procedure TPageControl.SelectNextPage( |
GoForward: Boolean |
); |
GoForward: Boolean; |
CheckTabVisible: Boolean |
); |
If GoForward is True, goes to next (higher index) page;
if False, goes to previous (lower index)
If CheckTabVisible is True, will only move if the tab is visible
lazarus-ccr.sourceforge.net |