[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Capacity of the list
Source position: classesh.inc line 1478
property IInterfaceList.Capacity: Integer |
Capacity is the maximum number of elements the list can hold without needing to reallocate memory for the list. It can be set to improve speed when adding a lot of items to the list.
|
Current capacity (i.e. number of pointers that can be stored) of the list. |
|
|
Current number of elements in the list. |
No notes exist for this page yet.