| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set the capacity of the list
Source position: classesh.inc line 2059
procedure IInterfaceList.SetCapacity(  | 
NewCapacity: Integer  | 
);  | 
SetCapacity sets the capacity of the list to NewCapacity. It serves as the Write method for the Capacity property.
  | 
Capacity of the list  | 
|
  | 
Current capacity (i.e. number of pointers that can be stored) of the list.  |