IdxReadOnlyList<T>.Count Property
In This Article
Returns the number of items within the list or collection.
#Declaration
Delphi
property Count: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
The last stored item’s index is the Count property value minus one.
See Also