TdxWizardControlCustomPage.Activate Method
Makes the current wizard page active (shown) within its wizard control.
Declaration
procedure Activate;
Remarks
This method assigns the current wizard page internally to the ActivePage property of the wizard control that owns this page. Refer to the property description for details on page activation.
See Also