Skip to main content

TdxWizardControlNextButton Class

Stores Next button settings.

Declaration

TdxWizardControlNextButton = class(
    TdxWizardControlCustomButton
)

Remarks

Main API Members

The list below outlines key members of the TdxWizardControlNextButton class. You can use these members to configure the built-in Next 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

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 TdxWizardControlNextButton Class Reference

The TdxWizardControlButtons.Next property references a TdxWizardControlNextButton object.

See Also