TdxWizardControlCancelButton Class
Stores Cancel button settings.
Declaration
TdxWizardControlCancelButton = class(
TdxWizardControlCustomButton
)
Remarks
Main API Members
The list below outlines key members of the TdxWizardControlCancelButton class. You can use these members to configure the built-in Cancel 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 TdxWizardControlCancelButton Class Reference
The TdxWizardControlButtons.Cancel property references a TdxWizardControlCancelButton object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlCustomButton
TdxWizardControlCancelButton
See Also