Provides indexed access to vector elements.
Class
TLiteVector
Syntax
property AsShortInt: array of ShortInt;
Remarks
Use the AsShortInt property to get or set individual elements of the vector as type ShortInt.
Vector elements are indexed starting from 1.
See Also