Skip to main content

TdxWizardControlInfoPanel Class

Contains the Info Panel settings.

Declaration

TdxWizardControlInfoPanel = class(
    TdxWizardControlCustomPersistent
)

Remarks

This class introduces the settings with which you can do the following:

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.

See Also