TStringList.Objects
property Objects[i: Integer]: TObject Access mode: RW
Description
Objects provides indexed access to the objects associated to the strings in the list. i is a zero-based index and must be in the range of 0 to Count-1.
Setting the objects property will not free the previously associated object, if there was one. The caller is repsonsible for freeing the object that was previously associated to the string.
| Expand with: information of what ScriptCore 3 objects might be assigned here |