TdxCustomWizardControl Class
The base class for wizard controls.
Declaration
TdxCustomWizardControl = class(
TcxControl,
IdxSkinSupport
)
Remarks
This class is the ancestor of the TdxWizardControl component, representing a wizard control. TdxCustomWizardControl implements all the functionality needed by its descendant. The TdxWizardControl component primarily publishes certain properties and events.
Implements
Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
TcxControl
TdxCustomWizardControl
See Also