ODAC

TCRVector.Count Property

Indicates the number of elements in the vector object.

Class

TCRVector

Syntax

property Count: integer;

Remarks

For regular (dense) fixed-size vectors, the value of the Count property is always equal to the value of the Dimensions property.

For variable-size vectors, the Count property indicates the actual number of elements in the vector.

For sparse vectors, the Count property indicates the number of nonzero elements in the vector.

See Also

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback