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:
Switch the active state and determine if the page is currently active (shown) within a wizard control (Activate and Active);
Switch the visibility and enabled state (Visible and Enabled);
Assign an image and specify its position within the button (Glyph, ImageIndex, and GlyphAlignment).
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.
Implements
Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
TcxControl
TdxWizardControlCustomPage
See Also