Skip to main content

TdxWizardControlButtons Class

Stores wizard button settings.

Declaration

TdxWizardControlButtons = class(
    TdxWizardControlCustomPersistent
)

Remarks

Built-in and custom wizard buttons implement navigation between wizard pages and can execute commands related to wizard functionality.

Main API Members

The list below outlines key members of the TdxWizardControlButtons class. You can use these members to configure predefined wizard buttons and manage the custom button collection.

Common Button Settings

Common
Provides access to settings common to all wizard buttons. You can use this property to disable or enable all buttons simultaneously or adjust common button dimensions.
Images
Allows you to use an image list as a glyph source for buttons.

Individual Button Settings

Back | Cancel | Finish | Help | Next
Provide access to settings of individual predefined wizard buttons.
CustomButtons
Allows you to manage and configure custom wizard buttons.

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 TdxWizardControlButtons Class Reference

The TdxCustomWizardControl.Buttons property references a TdxWizardControlButtons object.

See Also