TdxBarItemLinks Properties
TdxBarItemLinks represents a collection of TdxBarItemLink elements in bar controls or subitems.| Name | Description |
|---|---|
| AvailableItemCount | Returns the number of items in the AvailableItems array. |
| AvailableItems | Presents an indexed array of TdxBarItemLink elements with items that may be placed onto a toolbar. |
| BarControl | Specifies the bar control that owns the item control specified in the TdxBarItemLink object. |
| BarManager | Specifies the TdxBarManager to which a given TdxBarItemLinks object belongs. |
| CanVisibleItemCount | Returns the number of items in the CanVisibleItems array. |
| CanVisibleItems | Presents an indexed array of TdxBarItemLink elements with visible and potential items. |
| Capacity | Inherited from TCollection. |
| Count | Inherited from TCollection. |
| ItemClass | Inherited from TCollection. |
| ItemOptions | Provides access to display settings of links contained within this collection. |
| Items | Provides zero-based indexed access to TdxBarItemLink elements. |
| Owner | Returns the owner of a given TdxBarItemLinks object. |
| RealVisibleItemCount | Returns the number of visible item links belonging to a given item links collection. |
| UpdateCount | Inherited from TCollection. |
| VisibleItemCount | Returns the number of items in the VisibleItems array. |
| VisibleItems | VisibleItems is an indexed array of TdxBarItemLink elements with visible items. |
See Also