TStrListMaker.Put
Add a new string to the list with associated key.
Declaration
Source position: objects.pp line 585
default
procedure Put(Key: Sw_Word; S: string);
Description
Put adds they string S with key Key to the collection of strings. This action doesn't write the string to a stream. To write the strings to the stream, see the Store method.
Errors
None.
See also
Name | Description |
---|---|
TStrListMaker.Store | Write the strings to the stream. |