Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TStringList<T> > Properties
TStringList<T>.OwnsObjects Property
Specifies whether to free the associated Object when a string is deleted from the string list.
Namespace: RSGenerics.Collections
Delphi
public property OwnsObjects: Boolean read FOwnsObject write FOwnsObject;
Property Value
Type: Boolean
•TStringList<T>
•RSGenerics.Collections