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



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

TStrings.SaveToStream

Save the contents of the string to a stream.

Declaration

Source position: classesh.inc line 509

public procedure TStrings.SaveToStream(

  Stream: TStream

); virtual;

Description

SaveToStream saves the contents of the stringlist to Stream. It writes the strings to the stream, separated by end-of-line markers, so each 'line' in the stream will contain 1 string from the stringlist.

Errors

An EStreamError exception can be raised if the stream cannot be written to.

See also

TStrings.SaveToFile

  

Save the contents of the list to a file.

Tstrings.LoadFromStream

  

Load the contents of a stream as a series of strings.

TStrings.LoadFromFile

  

Load the contents of a file as a series of strings.

Notes

 No notes exist for this page yet. 





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