TdxBarItemLinks.VisibleItems Property
In This Article
VisibleItems is an indexed array of TdxBarItemLink elements with visible items.
#Declaration
Delphi
property VisibleItems[Index: Integer]: TdxBarItemLink read;
#Property Value
Type |
---|
Tdx |
#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