TdxWizardControlFinishButton.AlwaysVisible Property
Specifies if the Finish button is visible on any wizard page.
Declaration
property AlwaysVisible: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to display the Finish button on all wizard pages. Otherwise, only the last page displays this button, automatically substituting the Next button.
The default value of the AlwaysVisible property is False.
See Also