Skip to main content

TdxWizardControlCustomButton.Enabled Property

Specifies whether the button is enabled.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The wizard control automatically switches the visibility and enabled state of the Back, Next, and Finish buttons as described in this section.

Set this property to False or True to disable or enable an individual button. The button is enabled only if both the Enabled and the wizard control’s Buttons.Common.Enabled properties are set to True.

You can change this property value within the control’s OnPageChanging event handler to disable or enable the button when a specific wizard page becomes active.

The Enabled property’s default value is True.

See Also