JVCL Help:TJvWizard.WizardPages
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizard.WizardPages Property
[+] TJvWizard Events
[+] TJvWizard Methods
[+] TJvWizard Properties
Search in JVCL Help
Search in all projectsSummary
Provides indexed access to the wizard's pages.
Pascal
propertyWizardPages [Index: Integer]: TJvWizardCustomPage;
Description
Use WizardPages to access the pages in the wizard using an index. To access the first page of the wizard, use WizardPages[0]. To access the last page, use WizardPages[[[JVCL_Help:TJvWizard.PageCount|PageCount]]-1]. WizardPages is similar to Pages but the return value is of type TJvWizardCustomPage, removing the necessity to typecast the returned value.
See Also
TJvWizard.PageCount, 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