TdxFcConnection.Points Property
Provides indexed access to the connection’s intermediate points.
Declaration
property Points[Index: Integer]: TPoint read; write;
Property Value
Type |
---|
TPoint |
Remarks
Pass an intermediate point’s index as the Index parameter to access the point. The maximum Index value is the PointCount property value minus one.
See Also