TdxWizardControlOptionsButtons.Enabled Property
Specifies if wizard buttons are enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
You can set the Enabled
property to False
to disable all wizard buttons simultaneously. If the Enabled
property is set to False
, the Enabled
property of individual buttons has no effect.
Default Value
The Enabled
property’s default value is True
.
See Also