TdxFcConnection.RemovePoint(Integer) Method
Removes a point from the connection points list.
#Declaration
procedure RemovePoint(Index: Integer);
#Parameters
Name | Type |
---|---|
Index | Integer |
#Remarks
Call this procedure to delete a point whose index in the Points list is passed as the Index parameter.
To create and append a new point in the list, call the AddPoint procedure instead.