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

TcxCustomEditButton Properties

Serves as the base class for the TcxEditButton class, which implements a button within an editor.
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.
See Also