Skip to main content

TdxCustomWizardControl.AddPage(TdxWizardControlCustomPageClass) Method

Creates a new Wizard page and adds it to the Pages collection.

Declaration

function AddPage(APageClass: TdxWizardControlCustomPageClass): TdxWizardControlCustomPage; overload; virtual;

Parameters

Name Type Description
APageClass TdxWizardControlCustomPageClass

The target Wizard page type.

Returns

Type Description
TdxWizardControlCustomPage

The created Wizard control page.

See Also