TStringList.Load
Load stringlist from stream.
Declaration
Source position: objects.pp line 566
default
constructor Load(var S: TStream);
Description
The Load constructor reads the TStringList object from the stream S. It also reads the descriptions of the strings from the stream. The string descriptions are stored as an array of TstrIndexrec records, where each record describes a string on the stream. These records are kept in memory.
Errors
If an error occurs, a stream error is triggered.
See also
Name | Description |
---|---|
TStringList.Done | Clean up the instance |