TdxWizardControlOptionsButtons Class
Stores common wizard button settings.
Declaration
TdxWizardControlOptionsButtons = class(
TdxWizardControlCustomPersistent
)
Remarks
Main API Members
The list below outlines key members of the TdxWizardControlOptionsButtons
class. These members allow you to configure wizard buttons.
Common Button Settings
- Enabled
- Specifies if wizard buttons are enabled.
- Height | Width
- Allow you to explicitly define dimensions for all 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 TdxWizardControlOptionsButtons Class Reference
The TdxWizardControlButtons.Common property references a TdxWizardControlOptionsButtons
object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlOptionsButtons
See Also