TdxWizardControlCustomButtons Class
Stores a collection of custom wizard buttons and related settings.
Declaration
TdxWizardControlCustomButtons = class(
TdxWizardControlCustomPersistent
)
Remarks
Main API Members
The list below outlines key members of the TdxWizardControlCustomButtons class. You can use these members to manage and configure custom buttons in the Wizard control.
Custom Buttons
- Alignment
- Allows you to change the position of custom buttons in relation to built-in buttons.
- Buttons
- Provides access to the custom button collection. Use this property to access and manage custom 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 TdxWizardControlCustomButtons Class Reference
The TdxWizardControlButtons.CustomButtons property references a TdxWizardControlCustomButtons object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlCustomButtons
See Also