RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseArray Class

TBaseArray is the base class for all arrays used by the decision cube components.

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

Mxarrays

Use TBaseArray as a base class when defining a specialized array for a specific data type. Like the TList or TStringList object, TBaseArray represents an ordered list of items that can grow dynamically. However, the elements of TBaseArray are arbitrary types whose size is specified in the constructor, while TStringList is limited to strings and TList is limited to pointers. 

Descendants of TBaseArray represent arrays of specific data types such as short integers.

Note: TBaseArray is only available in the Enterprise edition.
 

 

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