Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVectorList > Methods
IVectorList.GetCapacity 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 GetCapacity: Integer;
Return Value
Type: Integer
•CommonInterfaces.IVectorList.Capacity
•CommonInterfaces.IVectorList.SetCapacity(Integer)
•IVectorList
•CommonInterfaces