[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Load the contents of a stream as a series of strings.
Source position: classesh.inc line 498
public procedure TStrings.LoadFromStream( |
Stream: TStream |
); virtual; |
LoadFromStreamloads the contents of Streaminto the stringlist. Each line in the stream (as marked by the end-of-line marker of the particular OS the application runs on) becomes one string in the stringlist. This action replaces the contents of the stringlist, it does not append the strings to the current content.
|
Load the contents of a file as a series of strings. |
|
|
Save the contents of the list to a file. |
|
|
Save the contents of the string to a stream. |