help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Objects' (#rtl)

TStrListMaker

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Generate a stream with strings, readable by TStringList

Declaration

Source position: objects.pp line 547

type TStrListMaker = object(TObject)

  constructor Init();

  

Instantiate a new instance of TStrListMaker

  destructor Done; virtual;

  

Clean up the instance and free all related memory.

  procedure Put();

  

Add a new string to the list with associated key.

  procedure Store();

  

Write the strings to the stream.

end;

Inheritance

TStrListMaker

  

Generate a stream with strings, readable by TStringList

TObject

  

Basis of all objects

Description

The TStrListMaker object can be used to generate a stream with strings, which can be read with the TStringList object. If you register this object with the RegisterType function, you cannot register the TStringList object.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505