TdxFcConnection.SetObjectDest(TdxFcObject,Byte) Method
Specifies the connection’s destination chart symbol.
Declaration
procedure SetObjectDest(AObject: TdxFcObject; APoint: Byte);
Parameters
Name | Type |
---|---|
AObject | TdxFcObject |
APoint | Byte |
Remarks
Call this procedure to attach the connection to a chart symbol passed as the AObject parameter at its anchor point passed as the APoint parameter. If you need to detach the connection, pass nil as the AObject parameter. The APoint parameter value is ignored.
The SetObjectDest procedure allows you to change the ObjectDest and PointDest property values.
To specify the connection’s source chart symbol, call the SetObjectSource procedure.
See Also