TsgBaseList.Capacity
Specifies the allocated size of the array of pointers maintained by the TsgBaseList object.
Syntax
property Capacity: Integer read FCapacity write SetCapacity;
Description
Set Capacity to the number of pointers the list will need to contain.
Read Capacity to learn number of objects the list can hold without reallocating memory.
Go to CAD VCL Enterprise