TdxFcObject.LinkedObjectCount Property
In This Article
Returns the total count of the connections between the current chart symbol and the others.
#Declaration
Delphi
property LinkedObjectCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to obtain the total count of connections that attach the current chart symbol to the others. To access one of these connections, use the LinkedObjects property.
Note
The Linked
See Also