Skip to main content
A newer version of this page is available. .

TcxCustomEditButton Members

Serves as the base class for the TcxEditButton class, which implements a button within an editor.

Constructors

Name Description
Create(TCollection) Inherited from TCollectionItem.

Properties

Name Description
Action protected Specifies the action object.
Caption protected Specifies the custom text displayed on a button’s surface.
Collection Inherited from TCollectionItem.
ContentAlignment protected Specifies the button’s text alignment.
Default protected Specifies whether a button is the default one.
DisplayName Inherited from TCollectionItem.
Enabled protected Specifies whether a button can be clicked.
Glyph protected Specifies the custom image displayed on a button’s surface.
Hint protected Specifies the hint message for the button.
ID Inherited from TCollectionItem.
ImageIndex protected Specifies the button image from the collection of images.
Index Inherited from TCollectionItem.
Kind protected Specifies the button type.
LeftAlignment protected Specifies the button alignment.
Stretchable protected Specifies whether a button’s width is adjusted if the editor’s width is changed.
Tag protected Stores a value associated with the button.
Visible protected Determines whether a button is visible.
Width protected Specifies the button’s width.

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.
See Also