Back to Devexpress

TdxCustomWizardControl.Pages Property

vcl-dxcustomwizardcontrol-dot-tdxcustomwizardcontrol-02a3c5b1.md

latest1.4 KB
Original Source

TdxCustomWizardControl.Pages Property

Provides zero-based indexed access to wizard control pages.

Declaration

delphi
property Pages[Index: Integer]: TdxWizardControlCustomPage read;

Property Value

Type
TdxWizardControlCustomPage

Remarks

This property allows you to access all pages created within the wizard control, including those hidden from display. Use the PageCount property to obtain the total number of pages accessible via the Pages property. To manage pages within the wizard control, call its AddPage and DeletePage methods. Refer to this section to learn how to accomplish this at design time.

See Also

TdxCustomWizardControl Class

TdxCustomWizardControl Members

dxCustomWizardControl Unit