TdxBarItem.LinkCount Property
In This Article
Determines the number of item links contained in the Links property.
#Declaration
Delphi
property LinkCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
An item control may have several item controls on different toolbars. LinkCount returns the number of current links between an item and item controls.
See Also