TStrings.Append
Add a string to the list.
Declaration
Source position: classesh.inc line 717
public
procedure Append(const S: string);
Description
Append does the same as TStrings.Add , only it does not return the index of the inserted string.
See also
| Name | Description |
|---|---|
| TStrings.Add | Add a string to the list |