Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TObjectStringList<T>
TObjectStringList<T> Methods
Name
Description
DoClear
Clears the generics string list. (Overrides RSGenerics.Collections.TStringList<T>.DoClear.)
DoDelete(Integer)
Deletes the specified item, including the associated data, from the string list.
Index gives the position of the string, where 0 is the first string, 1 is the second string, and so on.
IndexOfData(T)
Returns the index of the data item that equals the input AData parameter. If the data is not found, the function returns -1.
Top