TdxWizardControlCustomPage.PageIndex Property
Specifies the page index within the Pages collection.
Declaration
property PageIndex: Integer read; write;
Property Value
| Type | Description |
|---|---|
| Integer | The current page index. |
Remarks
Use the PageIndex property to rearrange pages within the parent Wizard control’s Pages collection.
See Also