TdxFcConnection Methods
A connection between chart symbols.| 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