Skip to main content

TcxCustomEditButton Members

The base class for buttons displayed in an editor.

Constructors

Name Description
Create(TCollection) Inherited from TCollectionItem.

Properties

Name Description
Action protected Specifies the action associated with the editor button.
Caption protected Specifies the editor button caption.
Collection Inherited from TCollectionItem.
ContentAlignment protected Specifies caption text alignment.
Default protected Specifies if the button is the default editor button.
DisplayName Inherited from TCollectionItem.
Enabled protected Specifies if the editor button is enabled.
Glyph protected Specifies the custom glyph for the editor button.
Hint protected Specifies a tooltip (hint) for the editor button.
HotTrackMode protected Specifies the active hot-track mode.
ID Inherited from TCollectionItem.
ImageIndex protected Specifies an index of an image used as the editor button glyph.
Index Inherited from TCollectionItem.
Kind protected Specifies the button content type.
LeftAlignment protected Specifies if the button is aligned to the left editor border.
Mode protected Specifies the button usage scenario.
Stretchable protected Specifies if the button automatically adjusts its width according to parent editor width changes.
Tag protected Stores an integer value associated with the editor button.
Transparent protected Specifies if editor button border and background are transparent.
Visible protected Specifies if the editor button is visible.
Width protected Specifies editor button width, in pixels.

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