Back to Devexpress

TdxFcConnection.RemovePoint(Integer) Method

vcl-dxflchrt-dot-tdxfcconnection-dot-removepoint-x28-system-dot-integer-x29.md

latest953 B
Original Source

TdxFcConnection.RemovePoint(Integer) Method

Removes a point from the connection points list.

Declaration

delphi
procedure RemovePoint(Index: Integer);

Parameters

NameType
IndexInteger

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.

See Also

TdxFcConnection.InsertPoint

TdxFcConnection.PointCount

TdxFcConnection Class

TdxFcConnection Members

dxflchrt Unit