Gets the number of dimensions of the vector object.
property Dimensions: integer;
Use the Dimensions property to get the number of dimensions of the vector object.
If the value is greater than 0, the vector is fixed-sized.
If the value is 0, the vector is variable-size.