TStrings.AddText
Add text to the string list.
Declaration
Source position: classesh.inc line 713
public 
  procedure AddText(const S: string);  Virtual;
Description
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.
See also
| Name | Description | 
|---|---|
| TString.Text |