JVCL Help:TJvWizard.ActivePage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizard.ActivePage Property
[+] TJvWizard Events
[+] TJvWizard Methods
[+] TJvWizard Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the currently active page.
Pascal
propertyActivePage: TJvWizardCustomPage;
Description
Read ActivePage to determine which page is selected by the user. The user selects a page by clicking the navigation buttons. Set ActivePage to bring a page to the foreground. Only one page can be active at a time.
To change the ActivePage to the page that precedes or follows the active page, use the SelectNextPage method. To iterate through all the pages to locate a specific page, use the FindNextPage method.
See Also
TJvWizard.ActivePageIndex, TJvWizard.FindNextPage, TJvWizard.SelectNextPage
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page