TdxWizardControlInfoPanel Class
Contains the Info Panel settings.
Declaration
TdxWizardControlInfoPanel = class(
TdxWizardControlCustomPersistent
)
Remarks
This class introduces the settings with which you can do the following:
Set the panel to display text or a hyperlink (Caption and Hyperlink);
Customize the hyperlink color (HyperlinkColor);
Customize the visibility, enabled state, and font settings of the panel (Visible, Enabled, and Font).
A TdxWizardControlInfoPanel object is referenced by a wizard control InfoPanel property.
Note
If you need to change several TdxWizardControlInfoPanel settings simultaneously, enclose the code that modifies settings within the BeginUpdate/EndUpdate method blocks to improve performance.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlInfoPanel
See Also