TdxBarItemLinks.VisibleItems Property
VisibleItems is an indexed array of TdxBarItemLink elements with visible items.
Declaration
property VisibleItems[Index: Integer]: TdxBarItemLink read;
Property Value
| Type |
|---|
| TdxBarItemLink |
Remarks
The array contains TdxBarItemLink objects with visible items in a toolbar at the moment. The value of the Index parameter corresponds to the item’s VisibleIndex property.

See Also