TdxFcConnection.SetObjectSource(TdxFcObject,Byte) Method
Specifies the connection’s source chart symbol.
Declaration
procedure SetObjectSource(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 SetObjectSource procedure allows you to change the ObjectSource and PointSource property values.
To specify the connection’s destination chart symbol, call the SetObjectDest procedure.
See Also