| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Write the strings to the stream.
Source position: objects.pp line 551
| procedure TStrListMaker.Store( | 
| var S: TStream | 
| ); | 
Store writes the collection of strings to the stream S. The collection can then be read with the TStringList object.
A stream error may occur when writing the strings to the stream.
| 
 | Load stringlist from stream. | |
| 
 | Add a new string to the list with associated key. |