Procedures Delphi

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