Skip to main content

TdxWizardControlPageHeader Class

Stores Wizard page-specific header settings.

Declaration

TdxWizardControlPageHeader = class(
    TdxWizardControlHeader
)

Remarks

Main API Members

The list below outlines key members of the TdxWizardControlPageHeader class. You can use these members to configure 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.
Title | Description
Allow you to specify Wizard page-specific title and description.

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 TdxWizardControlPageHeader Class Reference

The TdxWizardControlCustomPage.Header property references a TdxWizardControlPageHeader object.

See Also