Back to Devexpress

TdxCustomWizardControl.ActivePageIndex Property

vcl-dxcustomwizardcontrol-dot-tdxcustomwizardcontrol-1ca9114b.md

latest975 B
Original Source

TdxCustomWizardControl.ActivePageIndex Property

Makes a wizard page with a specified index active (shown) within the wizard control.

Declaration

delphi
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

TdxCustomWizardControl Class

TdxCustomWizardControl Members

dxCustomWizardControl Unit