Skip to main content

TdxLayoutGroupCheckBoxButton Members

A check box in a layout group.

Constructors

Name Description
Create(TCollection) Inherited from TCollectionItem.

Properties

Name Description
CheckAction Manages the check box’s behavior.
Checked Specifies if the check box is checked.
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 the check box’s visibility.
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