TcxEditButton
objects correspond to edit buttons that are shown in the TcxButtonEdit
user form component.
The TcxButtonEdit
component contains a collection of buttons. TcxEditButton
objects represent single buttons in this collection. The collection is represented by the TcxEditButtons
object. To obtain access to this collection from scripts, use the TcxButtonEdit.Properties.Buttons
property. To obtain access to an individual button in the collection, use the TcxButtonEdit.Properties.Buttons.Items
property.