Navigation: Code Documentation > RSCommon > RSInterfaceCollections > Classes > TStringsIterator
TStringsIterator Properties
Name
Description
Count
Returns the number of items in the enumeration.
This method is part of the CommonInterfaces.IIterator, CommonInterfaces.IObjectIterator , and CommonInterfaces.IStringIterator interfaces.
Index
Represents property Index.
Strings
Provides access to the underlying interface TStrings list that we are enumerating over.
Top