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

TcxEditButton Class

A button displayed within an editor.

Declaration

TcxEditButton = class(
    TcxCustomEditButton
)

Remarks

The TcxEditButton class represents a single button within the button collection supported by the TcxCustomEditProperties.Buttons property. The TcxCustomEditProperties class provides an OnButtonClick event which occurs when a user clicks a button. This event is also generated for the default button (the Default property is set to True) when a user presses the key combination provided by the TcxCustomEditProperties.ClickKey property.

See Also