Skip to main content

TdxFcConnection.ObjectSource Property

Returns the connection’s source chart symbol.

Declaration

property ObjectSource: TdxFcObject read;

Property Value

Type
TdxFcObject

Remarks

Use this property to access the chart symbol associated with the connection’s source arrow. The ObjectSource property returns nil if the connection has no source chart symbol.

You can call the SetObjectSource procedure to attach the connection to another chart symbol by changing the ObjectDest property value.

A SetObjectSource call allows you to set a source point and change the ObjectSource property value.

See Also