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
Download
this web site as a Windows program.
Delphi Programming
© Neil Moffatt
. All rights reserved.
|
Home Page