JVCL Help:TJvWizard.Pages

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Provides indexed access to the wizard's pages.


Pascal

 propertyPages: TJvWizardPageList;


Description

Use Pages to access the pages in the wizard using an index. To access the first page of the wizard, use Pages[0]. To access the last page, use Pages[[[JVCL_Help:TJvWizard.PageCount|PageCount]]-1].


See Also

TJvWizard.PageCount, TJvWizard.WizardPages


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