Add text to the string list.
Source position: classesh.inc line 1002
| 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 |