JVCL Help:TJvWizardCustomPage.PageIndex

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the location of the page within the parent's Pages property.


Pascal

 propertyPageIndex: Integer;


Description

Use PageIndex to determine where the page sits in its wizard. Each page in a wizard is automatically assigned a PageIndex when it is inserted in the wizard. The first page receives a value of 0, the second has a value of 1, and so on. PageIndex values are reassigned if pages are deleted or moved.


See Also

TJvWizard.Pages, TJvWizardCustomPage.Wizard


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