TdxBarItem.Links Property
Provides indexed access to individual bar item links.
Declaration
property Links[Index: Integer]: TdxBarItemLink read;
Property Value
| Type | Description |
|---|---|
| TdxBarItemLink | A toolbar link associated with a bar item. |
Remarks
Multiple toolbars can display the same bar item through bar item links accessible through the Links property. You can use the LinkCount property to identify the number of links created for the bar item.
See Also