TdxCustomWizardControl.Pages Property
Provides zero-based indexed access to wizard control pages.
Declaration
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