Skip to main content

TdxWizardControlHeader Class

The base class for Wizard header settings.

Declaration

TdxWizardControlHeader = class(
    TdxWizardControlCustomPersistent
)

Remarks

The TdxWizardControlHeader class implements common wizard page header settings.

Main API Members

The list below outlines key members of the TdxWizardControlHeader class. You can use these members to configure global and page-specific Wizard headers.

Appearance Settings

BackgroundImage
Allows you to assign a background image for the Wizard header.
DescriptionVisibility | DescriptionOffset | DescriptionFont
Allow you to hide or display the page description and modify its appearance.
Glyph
Specifies a glyph displayed within the header.
GlyphVisibility
Specifies if the assigned glyph is visible.
TitleFont
Provides access to title font settings.

General-Purpose API Members

Assign
Copies button settings between wizard controls.
AssignedValues
Allows you to track modified settings and restore initial values.
BeginUpdate | EndUpdate
Allow you to avoid excessive redraw operations during batch button setting changes

Direct TdxWizardControlHeader Class Reference

The TdxCustomWizardControl.Header property references a TdxWizardControlHeader object.

Terminal TdxWizardControlHeader Class Descendant

The TdxWizardControlPageHeader class descendant implements page-specific header settings.

See Also