<p>Am 18.08.2017 10:42 schrieb "Michael Schnell via Lazarus" <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>>:<br>
><br>
> On 17.08.2017 11:27, Sven Barth via Lazarus wrote:<br>
>><br>
>><br>
>> Why do you want to stuff everything and the kitchen sink into TStrings?<br>
>><br>
> To make use of the benefits the string type offers such as reference counting and lazy copy.</p>
<p>The same is true for dynamic arrays.<br>
So again the question where is the need for TStrings? And don't come along with the String operations like Delete(), Insert() and Pos() again, because those aren't covered by TStrings either.</p>
<p>Regards,<br>
Sven</p>