Skip to main content

TdxLayoutGroupButton Members

A layout group button.

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. Inherited from TdxCustomLayoutGroupButton.
Glyph Specifies a glyph for the layout group button. Inherited from TdxCustomLayoutGroupButton.
Height Specifies a layout group button’s height, in pixels. Inherited from TdxCustomLayoutGroupButton.
Hint Specifies a tip for a layout group button. Inherited from TdxCustomLayoutGroupButton.
ID Inherited from TCollectionItem.
Index Inherited from TCollectionItem.
Tag Specifies a layout group button’s numeric identifier. Inherited from TdxCustomLayoutGroupButton.
Visible Manages a layout group button’s visibility. Inherited from TdxCustomLayoutGroupButton.
Width Specifies the layout group button’s width, in pixels. Inherited from TdxCustomLayoutGroupButton.

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. Inherited from TdxCustomLayoutGroupButton.
See Also