class TStringStreamList : public tStringList;
Handles a list of memory streams.
Constructors
| Name | Description |
|---|---|
| TStringStreamList (2) |
Destructors
| Name | Description |
|---|---|
| ~TStringStreamList |
Properties
| Name | Type | Description |
|---|---|---|
| Streams | TMemoryStreamList* | Use the streams property to access memory streams owned by the TStringStreamList. |
Methods
| Name | Description |
|---|---|
| Add (2) | 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. |
| Assign | |
| Clear | |
| Delete | |
| GetObjectToByteArray | |
| LoadFromStream | |
| SaveToStream | |
| SetObjectFromByteArray |