Skip to content

TStrListMaker.Store

Write the strings to the stream.

Declaration

Source position: objects.pp line 586

default 
  procedure Store(var S: TStream);

Description

Store writes the collection of strings to the stream S. The collection can then be read with the TStringList object.

Errors

A stream error may occur when writing the strings to the stream.

See also

Name Description
TStringList.Load Load stringlist from stream.
TStrListMaker.Put Add a new string to the list with associated key.