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

TcxEditButtons.Items Property

Provides access to individual buttons within the current collection.

Declaration

property Items[Index: Integer]: TcxEditButton read; write; default;

Property Value

Type
TcxEditButton

Remarks

Use the Items property to access an individual button by its index. Every button is represented by a TcxEditButton instance. The total number of buttons is determined by the inherited Count property.

See Also