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.AddPoint(TPoint) Method

Adds a new intermediate point to the connection.

#Declaration

Delphi
procedure AddPoint(const P: TPoint);

#Parameters

Name Type
P TPoint

#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