Specifies the list capacity.
Use set_Capacity to determine the list capacity. Before adding many vectors to the list, you can improve performance by setting Capacity to the final number of vectors. This prevents the list from having to reallocate the list every time an interface is added.
Accessor method for
Capacity property.
Note |
---|
Required by VCL.Net |
Namespace: CommonInterfaces
Delphi |
public |
Parameters
NewCapacity
Type: Integer