Einzelnen Beitrag anzeigen

TiGü

Registriert seit: 6. Apr 2011
Ort: Berlin
3.060 Beiträge
 
Delphi 10.4 Sydney
 
#8

AW: Move und FillChar bei strings.

  Alt 8. Jun 2014, 17:45
Siehe hier:
http://www.delphipraxis.net/1255938-post2.html

Also anstatt FillChar(FItems[Index], SizeOf(string), 0); lieber mal FItems[Index] := ''; .
  Mit Zitat antworten Zitat