ODAC

TCRVector.Value Property(Indexer)

The index of the element to access.

Class

TCRVector

Syntax

property Value[Index: integer]: Variant; default;

Parameters
Index
Specifies the index of the element to access.

The indexing of elements starts at 1.

For fixed-size vectors, the index must not exceed the value of the Dimensions property.

For variable-size vectors (where Dimensions = 0), if the index exceeds the current number of elements, the vector size (the Count property) is increased automatically.

Remarks

Use the Value property to get or set the value of a specific vector element as a Variant.

See Also

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