TdxFcObject.LinkedObjectCount Property
Returns the total count of the connections between the current chart symbol and the others.
Declaration
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 LinkedObjectCount property value changes every time a connection is created or deleted and does not include the chart symbol’s loose connections.
See Also