TdxFcConnection Members
A connection between chart symbols.Constructors
Name | Description |
---|---|
Create(TdxCustomFlowChart) | Creates a new TdxFcConnection class instance. |
Properties
Name | Description |
---|---|
ArrowDest | Provides access to the destination arrow appearance settings. |
ArrowSource | Provides access to the source arrow appearance settings. |
Color | Specifies the connection’s color. |
Data | Points to any arbitrary data, associated with the chart symbol or connection. Inherited from TdxFcItem. |
Destroying | Identifies whether the item is about to be destroyed. Inherited from TdxFcItem. |
Font | Specifies font settings for the chart item. Inherited from TdxFcItem. |
ObjectDest | Returns the connection’s destination chart symbol. |
ObjectSource | Returns the connection’s source chart symbol. |
Owner | Provides access to the flow chart control to which the current chart symbol or connection belongs. Inherited from TdxFcItem. |
ParentFont | Specifies if the chart symbol or connection updates the font settings from the control. Inherited from TdxFcItem. |
PenStyle | Specifies the connection’s drawing style. |
PenWidth | Specifies the connection width, in pixels. |
PointCount | Returns the total intermediate points count. |
PointDest | Returns the connection’s destination point. |
Points | Provides indexed access to the connection’s intermediate points. |
PointSource | Returns the connection’s source point. |
Selected | Specifies the item selection. Inherited from TdxFcItem. |
Style | Specifies the connection’s line style. |
Text | Specifies a text string that chart symbol or connection can display. Inherited from TdxFcItem. |
Transparent | Specifies the connection’s drawn Z-order. |
Visible | Specifies the connection’s visibility. |
Methods
Name | Description |
---|---|
AddPoint(TPoint) | Adds a new intermediate point to the connection. |
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetNearestPoint(Integer,Integer) | Returns the nearest point relative to the specified point. |
GetOwner | Inherited from TPersistent. |
InRect(TRect) | Identifies whether a specific rectangle intersects the connection’s line. |
InsertPoint(Integer,TPoint) | Inserts a point to a specific position in the connection. |
RemovePoint(Integer) | Removes a point from the connection points list. |
SetObjectDest(TdxFcObject,Byte) | Specifies the connection’s destination chart symbol. |
SetObjectSource(TdxFcObject,Byte) | Specifies the connection’s source chart symbol. |
ToString | Inherited from TObject. |
See Also