TdxWizardControlInfoPanel Class
Stores Wizard information panel settings.
Declaration
TdxWizardControlInfoPanel = class(
TdxWizardControlCustomPersistent
)
Remarks
Main API Members
The list below outlines key members of the TdxWizardControlInfoPanel class. You can use these members to configure information panel settings.
Content-Related Settings
- Caption | Hyperlink
- Allow you to display a caption or hyperlink within the information panel.
- HyperlinkColor
- Specifies the hyperlink color.
Appearance and State-Related Settings
- Enabled
- Specifies if the information panel is enabled.
- Font
- Provides access to font settings.
- Visible
- Specifies if the information panel is visible.
General-Purpose API Members
- Assign
- Copies button settings between wizard controls.
- BeginUpdate | EndUpdate
- Allow you to avoid excessive redraw operations during batch button setting changes.
Direct TdxWizardControlInfoPanel Class Reference
The TdxCustomWizardControl.InfoPanel property references a TdxWizardControlInfoPanel object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlInfoPanel
See Also