TStringStreamList Class

TStringListTStringStreamList

type TStringStreamList = class(TStringList );

Handles a list of memory streams.

Properties

NameTypeDescription
StreamsTMemoryStreamListUse the streams property to access memory streams owned by the TStringStreamList.

Methods

NameDescription
AddInitialize a new TMemoryStream named S and return the position in the list as the result.
AppendFromListAppend new items from another list.
AppendFromStreamAppend new items from stream.