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

TcxEditButton Properties

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