Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TStringList<T>
TStringList<T> Constructors
Name
Description
Create
Overloaded. Creates the generics string list.
Create(Boolean)
Overloaded. Creates the generics string list and sets the RSGenerics.Collections.TStringList<T>.OwnsObjects property to the input.
The OwnsObjects property controls whether the TStringList<T> automatically frees its associated Objects.
Destroy
Represents the destructor of the TStringList<T> class.
Top