TdxWizardControlCustomButton.Enabled Property
Specifies if the button is enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
The [TdxWizardControl] component automatically updates [Enabled] and [Visible] property values for the following built-in buttons: Back, Next, and Finish.
You can set the Enabled property to False or True to disable or enable the current button. The button is interactive only if both the Enabled and the wizard control’s Buttons.Common.Enabled properties are both set to True.
For example, you can change the Enabled property value within the control’s OnPageChanging event handler to disable or enable the button when a specific wizard page becomes active.
Default Value
The Enabled property’s default value is True.
See Also