Set the capacity of the list.
Source position: classesh.inc line 2650
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. |