Container class for the collection of data values in the string list.
Namespace: RSGenerics.Collections
Delphi
|
public
type
TValueCollection = class(TRSEnumerable<T>)
end;
|
|
Name
|
Description
|
|
Create(TStringList<T>)
|
Creates an instance of TStringList<T>.TValueCollection.
Call Create to create an instance of the TStringList<T>.TValueCollection class.
|
Top
|
|
Name
|
Description
|
|
Count
|
Gives the number of values in the value collection.
Count is a read-only property that gives the number of values in the value collection.
|
Top
|