IdxReadOnlyList<T>.GetCount Method
In This Article
Returns the number of items within the list or collection.
#Declaration
Delphi
function GetCount: Integer;
#Returns
Type |
---|
Integer |
#Remarks
This function is the Count property’s getter.
See Also