TdxFcConnection.AddPoint(TPoint) Method
Adds a new intermediate point to the connection.
Declaration
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