Mega Code Archive

 
Categories / Delphi / Procedures
 

Appendstr - concatenate one string onto the end of another sysutils unit

procedure AppendStr ( var Target : string; const Source : string ) ; Description The AppendStr function is Obsolete. New code should simply use the string concatenation character + or Concat. Related commands Concat Concatenates one or more strings into one string