Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVectorList > Methods
IVectorList.get_Capacity Method
Returns the list capacity, i.e., how large the list can grow before it needs to reallocate the list.
Accessor method for Capacity property.
Note
Required by VCL.Net
Namespace: CommonInterfaces
Delphi
public function get_Capacity: Integer;
Return Value
Type: Integer
•CommonInterfaces.IVectorList.Capacity
•CommonInterfaces.IVectorList.set_Capacity(Integer)
•IVectorList
•CommonInterfaces