Skip to main content

TdxWizardControlFinishButton Class

Stores Finish button settings.

Declaration

TdxWizardControlFinishButton = class(
    TdxWizardControlCustomButton
)

Remarks

Main API Members

The list below outlines key members of the TdxWizardControlFinishButton class. You can use these members to configure the built-in Finish button available in the TdxWizardControl component.

Appearance Settings

Caption
Specifies the button caption.
Glyph
Allows you to load an individual icon as the button glyph.
GlyphAlignment
Allows you to change caption and glyph positions within the button layout.
ImageIndex
Specifies the button glyph index when an image list is used as the source of button glyphs.
Width
Specifies the button width, in pixels.

Button State and User Interaction

AlwaysVisible
Specifies if the Finish button is visible on all wizard pages.
Click
Emulates a click on the button (executes the command associated with the button).
Enabled
Specifies if the button is enabled.
Focused
Specifies if the button has focus.
Visible
Specifies if the button is visible.

General-Purpose API Members

Assign
Copies button settings between wizard controls.
BeginUpdate | EndUpdate
Allow you to avoid excessive redraw operations during batch button setting changes.
Buttons
Provides access to the parent button collection.

Direct TdxWizardControlFinishButton Class Reference

The TdxWizardControlButtons.Finish property references a TdxWizardControlFinishButton object.

See Also