TdxCustomWizardControl.ActivePageIndex Property
Specifies the active page (by index in the Pages collection).
Declaration
property ActivePageIndex: Integer read; write;
Property Value
| Type | Description |
|---|---|
| Integer | The active page index. |
Remarks
Use the PageCount property to identify the number of pages accessible through the Pages property.
See Also