TdxWizardControlCustomButtonCollectionItem Class
A custom wizard control button.
Declaration
TdxWizardControlCustomButtonCollectionItem = class(
TCollectionItem
)
Remarks
Main API Members
The list below outlines key members of the TdxWizardControlCustomButtonCollectionItem class. You can use these members to configure custom buttons created 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 TdxWizardControlCustomButtonCollectionItem Class Reference
The TdxWizardControlCustomButtons.Buttons property references a TdxWizardControlCustomButtonCollectionItem object.
Inheritance
TObject
TPersistent
TCollectionItem
TdxWizardControlCustomButtonCollectionItem
See Also