RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSmallIntArray Class

TSmallIntArray is a dynamically resizable array of 16-bit integers.

Pascal
TSmallIntArray = class(TBaseArray);
C++
class TSmallIntArray : public TBaseArray;

Mxarrays

Use TSmallIntArray to represent an array of short integers when the number of elements in the array is unknown. For example, decision cubes use TSmallIntArray objects to represent the coordinates of a cell in the multidimensional cache of summary values. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!