type TStringStreamList = class(TStringList );
Handles a list of memory streams.
Properties
| Name | Type | Description |
|---|---|---|
| Streams | TMemoryStreamList | Use the streams property to access memory streams owned by the TStringStreamList. |
Methods
| Name | Description |
|---|---|
| Add | Initialize a new TMemoryStream named S and return the position in the list as the result. |
| AppendFromList | Append new items from another list. |
| AppendFromStream | Append new items from stream. |