Skip to main content

TdxWizardControlOptionsButtons.Enabled Property

Specifies whether the wizard buttons are enabled.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False or True to disable all wizard buttons at once or to restore their individual availability states, respectively. An individual button’s Enabled property value is ignored if the Enabled property is set to False.

The Enabled property’s default value is True.

See Also