Skip to main content

TcxEditButtons.Add Method

Creates an editor button and adds it to the collection.

Declaration

function Add: TcxEditButton;

Returns

Type Description
TcxEditButton

The created editor button.

Remarks

Call the Add function to create a new button in an editor. You can use the editor’s Properties.Buttons.Items property to access all existing buttons by their indexes.

See Also