Skip to main content

TdxWizardControlCustomPage Class

Serves as the base class for classes that store wizard page settings.

Declaration

TdxWizardControlCustomPage = class(
    TcxControl,
    IdxWizardControlSelectableItem
)

Remarks

This class introduces the members with which you can adjust the following page attributes:

The TdxWizardControlCustomPage class implements the essential functionality associated with these page settings. TdxWizardControlPage (a TdxWizardControlCustomPage descendant) simply publishes certain properties and events inherited from base classes.

See Also