Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVectorList > Properties
IVectorList.Count Property
Specifies the number of vectors in the list.
Use Count to determine the number of interfaces in the list. Setting Count to a larger number adds new, empty vectors to the list.
Namespace: CommonInterfaces
Delphi
public property Count: Integer read get_Count write set_Count;
Property Value
Type: Integer
•CommonInterfaces.IVectorList.Capacity
•CommonInterfaces.IVectorList.Add(IVector)
•CommonInterfaces.IVectorList.Items[Integer]
•CommonInterfaces.IVectorList.Delete(Integer)
•IVectorList
•CommonInterfaces