TdxWizardControlCustomButtonCollectionItem Members
A wizard control’s custom button.Constructors
| Name | Description |
|---|---|
| Create(TCollection) | Inherited from TCollectionItem. |
Properties
| Name | Description |
|---|---|
| Caption | Specifies the button caption. |
| Collection | Inherited from TCollectionItem. |
| DisplayName | Inherited from TCollectionItem. |
| Enabled | Specifies whether the custom button is enabled. |
| Focused | Specifies whether the custom button has focus. |
| Glyph | Specifies the button image. |
| GlyphAlignment | Specifies how the button image is positioned relative to the button caption. |
| ID | Inherited from TCollectionItem. |
| ImageIndex | Specifies the button image by its index in the associated image list. |
| Index | Inherited from TCollectionItem. |
| Visible | Switches the button visibility. |
| Width | Specifies the button width in pixels. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Click | Emulates a button click. |
| Equals(TObject) | Inherited from TObject. |
| GetDisplayName | Inherited from TCollectionItem. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| Release | Inherited from TCollectionItem. |
| SetDisplayName(String) | Inherited from TCollectionItem. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| OnClick | Enables you to respond to button clicks. |
See Also