TdxCustomLayoutGroupButton Members
The base class for layout group buttons.Constructors
Name | Description |
---|---|
Create(TCollection) | Inherited from TCollectionItem. |
Properties
Name | Description |
---|---|
Collection | Inherited from TCollectionItem. |
DisplayName | Inherited from TCollectionItem. |
Enabled | Specifies if a layout group button responds to user clicks. |
Glyph | Specifies a glyph for the layout group button. |
Height | Specifies a layout group button’s height, in pixels. |
Hint | Specifies a tip for a layout group button. |
ID | Inherited from TCollectionItem. |
Index | Inherited from TCollectionItem. |
Tag | Specifies a layout group button’s numeric identifier. |
Visible | Manages a layout group button’s visibility. |
Width | Specifies the layout group button’s width, in pixels. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
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 | Allows you to respond to a click on a layout group button. |
See Also