Skip to main content

TcxCustomEditButtons Class

The base class for editor button collections.

Declaration

TcxCustomEditButtons = class(
    TCollection
)

Remarks

An editor button collection manages buttons displayed within an editor client area. An editor exposes a collection of buttons through the Properties.Buttons property.

VCL Editors Library: An Editor with Three Buttons

Main API Members

The list below outlines key members of the TcxCustomEditButtons class that allow you to manage an editor button collection.

Add | Insert
Create a new editor button and add it to the collection.
Clear
Clears the collection.
Delete
Deletes an individual editor button in the collection.
Count | VisibleCount
Allow you to identify the number of visible editor buttons and the total number of editor buttons in the collection.
GetButtonClass
Returns the type of editor buttons in the collection.
Items
Provides indexed access to editor buttons in the collection.

Terminal TcxCustomEditButtons Class Descendants

Do not use the TcxCustomEditButtons class directly. Use the following descendants instead:

TcxEditButtons
A collection of editor buttons.
TdxBreadcrumbEditButtons
A collection of buttons displayed in a breadcrumb editor.

Inheritance

TObject
TPersistent
TCollection
TcxCustomEditButtons
See Also