TdxCustomWizardControl.ActivePageIndex Property
Makes a wizard page with a specified index active (shown) within the wizard control.
Declaration
property ActivePageIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Setting this property is similar to setting the ActivePage property, except that the wizard page to be activated is identified by its index within the Pages collection.
See Also