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.