TdxWizardControlCustomButtonCollection Class
A collection of custom buttons in the TdxWizardControl component.
Declaration
TdxWizardControlCustomButtonCollection = class(
TOwnedCollection
)
Remarks
Main API Members
The list below outlines key members of the TdxWizardControlCustomButtonCollection class. These members allow you to manage custom buttons in the TdxWizardControl component.
- Add | Insert
- Create a new Wizard button and add it to the collection.
- Clear
- Clears the collection.
- Delete
- Deletes an individual Wizard button in the collection.
- Count
- Returns the number of custom Wizard buttons in the collection.
- Items
- Provides indexed access to custom Wizard buttons in the collection.
Direct TdxWizardControlCustomButtonCollection Class Reference
The TdxWizardControlCustomButtons.Buttons property references a TdxWizardControlCustomButtonCollection object.
Inheritance
TObject
TPersistent
TCollection
TOwnedCollection
TdxWizardControlCustomButtonCollection
See Also