Skip to main content

TdxWizardControlCustomPage.PageIndex Property

Specifies the zero-based index of the current page within a wizard control Pages collection.

Declaration

property PageIndex: Integer read; write;

Property Value

Type
Integer

Remarks

The PageIndex property value is assigned automatically on creating a page. Modify the property value to move a page within the collection, thus customizing the page display order. At design time, you can move pages within the collection using the Page Collection Editor.

See Also