Append data in string form to the buffer.
Source position: syssbh.inc line 50
Append in its various overloaded forms will append the aValue argument to the buffer, after converting it to a string value if necessary:
An overloaded version exists with the same arguments as AppendFormat.
| 
 | Return a string consisting of 1 character repeated N times. | |
| 
 | Append the result of a Format. | |
| 
 | Append a string followed by a newline. | |
| 
 | Insert data in string form into the buffer at a given position. | |
| 
 | Remove data from the string. |