| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Add text to the string list.
Source position: classesh.inc line 712
public procedure TStrings.AddText(  | 
const S: string  | 
); virtual;  | 
AddText adds S to the strings. It is identical in function to setting Text but does not clear the list of strings first: S is split into lines, and each line is added to the list.
TString.Text  |