RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollection.Capacity Property

Provides access to the internal TList Capacity property.

Pascal
property Capacity: Integer;
C++
__property int Capacity;

The Capacity property specifies the allocated size of the array of pointers maintained by the TList object. This value is set to the number of pointers the list will need to contain. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!