Skip to main content

TcxEditButtons Class

A collection of editor buttons.

Declaration

TcxEditButtons = class(
    TcxCustomEditButtons
)

Remarks

An editor button collection manages buttons displayed within an editor client area.

Main API Members

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

Add
Creates a new editor button and adds 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.

Direct TcxEditButtons Class Reference

The TcxCustomEditProperties.Buttons property references a TcxEditButtons object.

See Also