[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Add a string to the list.
Source position: classesh.inc line 716
public procedure TStrings.Append( |
const S: string |
); |
Append does the same as TStrings.Add, only it does not return the index of the inserted string.
|
Add a string to the list |