Skip to main content

TdxWizardControlFinishButton.AlwaysVisible Property

Specifies if the Finish button is visible on all wizard pages.

Declaration

property AlwaysVisible: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

True if the Finish button is visible on all pages; otherwise, False.

Remarks

Set the AlwaysVisible property to True to display the Finish button on all wizard pages.

Default Value

The AlwaysVisible property’s default value is False.

See Also