JVCL Help:TJvWizard.ActivePageIndex
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizard.ActivePageIndex Property
[+] TJvWizard Events
[+] TJvWizard Methods
[+] TJvWizard Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the currently active page.
Pascal
propertyActivePageIndex: Integer;
Description
Use ActivePageIndex to get or set the active page by index rather than by object. The value of ActivePageIndex identifies a page in the Pages property array. Changing the value of ActivePageIndex changes the ActivePage property, and vice versa.
If there is no active page, reading ActivePageIndex gives a value of –1.
Setting ActivePageIndex to a value that is out of bounds (less than 0 or greater than PageCount - 1) results in the page control having no active page.
See Also
TJvWizard.ActivePage, TJvWizard.Pages
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