Delphi Basics
AppendStr
Obsolete
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
 
 
© CodeGear 2006 - 2007. All rights reserved.  |  Home Page