RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseArray.Limit Property

Specifies the size of the array.

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

Use Limit to determine the size of the array. If the array is empty, Limit is the same as the Capacity property. If the array is not empty, Limit is the same as the Count property, even if the value of Capacity is larger than Count. Setting Limit sets the Capacity of the array. 

 

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