TdxFcConnection.Points Property
In This Article
Provides indexed access to the connection’s intermediate points.
#Declaration
Delphi
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