<p>Am 10.06.2016 07:36 schrieb "Jürgen Hestermann" <<a href="mailto:juergen.hestermann@gmx.de">juergen.hestermann@gmx.de</a>>:<br>
><br>
> Am 2016-06-09 um 20:18 schrieb Sven Barth:<br>
><br>
> > Am 09.06.2016 17:57 schrieb "Vojtech Cihák" <<a href="mailto:vojtech.cihak@atlas.cz">vojtech.cihak@atlas.cz</a>>:<br>
> > > aBuffer.Clear;<br>
> > > Is it possible to do this without helper?<br>
> ><br>
> > You can always set the array to Nil<br>
><br>
> IMO SetLength(aBuffer,0) would the most natural way to clear the array.</p>
<p>*shrugs* That's also a way. Bit the question is whether he want to set the array to empty or if he wants to clear the array's contents without changing the size.</p>
<p>Regards,<br>
Sven</p>