| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Determines whether the stringlist owns it's objects or not.
Source position: classesh.inc line 869
 public property TStringList.OwnsObjects : Boolean  | 
OwnsObjects can be set to true to let the stringlist instance own the objects in the list: if an element is removed from the list, the associated object (if there is any) will be freed as well. The same is true if the list is cleared or destroyed.
  | 
Indexed access to the objects associated with the strings in the list.  |