Back to Devexpress

TdxCustomWizardControl Class

vcl-dxcustomwizardcontrol-f9013c3a.md

latest1.5 KB
Original Source

TdxCustomWizardControl Class

The base class for wizard controls.

Declaration

delphi
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

IdxSkinSupport

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomWizardControl

See Also

TdxCustomWizardControl Members

dxCustomWizardControl Unit