TdxFcConnection Class
A connection between chart symbols.
Declaration
TdxFcConnection = class(
TdxFcItem
)
Remarks
A connection is a solid or patterned line between two chart symbols with customizable start and end points.

Main API Members
The list below outlines key members of the TdxFcConnection class. You can use these members to configure connection-related appearance and behavior settings.
- ArrowSource | ArrowDest
- Specify anchor point appearance.
- AddPoint | InsertPoint | RemovePoint
- Allow you to intermediate points.
- Color | PenStyle | Style
- Allow you to configure connection line appearance.
- ObjectSource | ObjectDest | PointSource | PointDest
- Specify connected chart symbols and corresponding attachment points.
- Transparent | Visible
- Specify if the connection line is visible.
Direct TdxFcConnection Class Reference
The following public API members refrence a TdxFcConnection object:
- TdxCustomFlowChart.CreateConnection
- Creates a new connection between two specified chart symbols.
- TdxCustomFlowChart.Connections
- Provides indexed access to all connections between the control’s chart symbols.
- TdxCustomFlowChart.SelectedConnection
- Specifies a single selected connection.
- TdxCustomFlowChart.SelectedConnections
- Provides indexed access to all selected connections between the control’s chart symbols.
Inheritance
TObject
TPersistent
TdxFcItem
TdxFcConnection
See Also