TdxWizardControlHeader Class
Serves as the base class for the classes that store the header settings.
Declaration
TdxWizardControlHeader = class(
TdxWizardControlCustomPersistent
)
Remarks
This class introduces the header settings that are common to all wizard pages. With these settings, you can do the following:
Assign the background image (BackgroundImage);
Customize the description visibility, position, and font settings (DescriptionVisibility, DescriptionOffset, and DescriptionFont);
Assign the image and switch its visibility (Glyph and GlyphVisibility);
Customize the title font settings (TitleFont);
Revert your custom header settings to the default settings (AssignedValues).
The TdxWizardControlPageHeader class (a TdxWizardControlHeader descendant) extends its ancestor class with page-specific properties – the title and description.
A TdxWizardControlHeader object is referenced by a wizard control Header property.
Note
If you need to change several TdxWizardControlHeader settings simultaneously, enclose the code that modifies settings within the BeginUpdate/EndUpdate method blocks to improve performance.