Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFcConnection.SetObjectSource(TdxFcObject,Byte) Method

Specifies the connection’s source chart symbol.

#Declaration

Delphi
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