Skip to main content

TdxFcConnection.PointCount Property

Returns the total intermediate points count.

Declaration

property PointCount: Integer read;

Property Value

Type
Integer

Remarks

Use this property to obtain the total count of points at the connection. PointCount property value changes when a point is created or deleted.

To access a specific point, use the Points property.

See Also