TcxEditButtons Object

Applies to TestComplete 15.63, last modified on April 23, 2024

The TcxEditButtons object represents the collection of edit buttons shown in the TcxButtonEdit component. To obtain the TcxEditButtons object in your scripts, use the TcxButtonEdit.Properties.Buttons property.

To obtain a single button by its index within the collection, use the Items property. Using properties of the returned TcxEditButton object, you can specify the glyph, caption and other attributes of the given button.

TcxEditButtons Properties

TcxEditButtons Methods

See Also

Buttons Property
TcxButtonEdit Object
TcxEditButton Object

Highlight search results