Back to Devexpress

TdxFcConnection.AddPoint(TPoint) Method

vcl-dxflchrt-dot-tdxfcconnection-dot-addpoint-x28-system-dot-types-dot-tpoint-x29.md

latest948 B
Original Source

TdxFcConnection.AddPoint(TPoint) Method

Adds a new intermediate point to the connection.

Declaration

delphi
procedure AddPoint(const P: TPoint);

Parameters

NameType
PTPoint

Remarks

Call this procedure to create a new point whose position is passed as the P parameter. The AddPoint procedure appends a newly created point to the Points list. To add a new point at the specified position in the list, call the InsertPoint procedure instead.

See Also

TdxFcConnection.RemovePoint

TdxFcConnection Class

TdxFcConnection Members

dxflchrt Unit