TdxWizardControlPageHeader Class
Contains the wizard page header settings.
Declaration
TdxWizardControlPageHeader = class(
TdxWizardControlHeader
)
Remarks
This class extends its ancestor class with the Title and Description properties, which allow you to specify a page-specific title and description.
A TdxWizardControlPageHeader object is referenced by a wizard page Header property.
Note
If you need to change several TdxWizardControlPageHeader settings simultaneously, enclose the code that modifies settings within the BeginUpdate/EndUpdate method blocks to improve performance.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlHeader
TdxWizardControlPageHeader
See Also