Skip to main content

TdxBarItemLinks.CanVisibleItems Property

Presents an indexed array of TdxBarItemLink elements with visible and potential items.

Declaration

property CanVisibleItems[Index: Integer]: TdxBarItemLink read;

Property Value

Type
TdxBarItemLink

Remarks

The array contains TdxBarItemLink objects with visible items and items that do not currently fit in a toolbar. The value of the Index parameter corresponds to the CanVisibleIndex property of TdxBarItemLink.

See Also