JCL Help:TWideStrings.LoadFromStream

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Loads the lines from a stream into the list.


Pascal

 public procedure LoadFromStream(Stream: TStream); virtual;


Parameters

Parameters Description
Stream: TStream The TStream from which to load the text.


Description

Loads the text from a stream into the list. Each line in the stream, as indicated by a WideNull, LineFeed, CarriageReturn, VerticalTab, FormFeed, LineSeparator or ParagraphSeparator, is appended as a string in the list. If a byte-order mark is present in the stream it is assumed to be a Unicode text and read as such. If no byte-order mark is present it is assumed to be a ANSI text.


See Also

LoadFromFile SaveToFile SaveToStream


About

Donator

Mike Lischke


Notes

The class remembers whether an opened stream originally contained Unicode by setting the SaveUnicode property appropriately.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page