[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Set the contents of the list from a PChar.
Source position: classesh.inc line 510
public procedure TStrings.SetText( |
TheText: PChar |
); virtual; |
SetText parses the contents of TheText and fills the stringlist based on the contents. It regards TheText as a series of strings, separated by end-of-line markers. Each of these strings is added to the stringlist.
|
Contents of the list as one big string. |
No notes exist for this page yet.