Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IStringIterator > Methods
IStringIterator.get_Count Method
Returns the number of items left in the enumeration.
Accessor method for CommonInterfaces.IStringIterator.Count property.
Note
Required by VCL.Net
Namespace: CommonInterfaces
Delphi
public function get_Count: Integer;
Return Value
Type: Integer
•CommonInterfaces.IStringIterator.HasMoreElements
•CommonInterfaces.IStringIterator.NextElement
•CommonInterfaces.IStringIterator.Count
•IStringIterator
•CommonInterfaces