JCL Help:TWideStrings.LoadFromFile
JCL Help: TWideStrings.LoadFromFile Method
Search in JCL Help
Search in all projects
Summary
Loads the lines from a textfile into the list.
Pascal
public procedure LoadFromFile(const FileName: TFileName); virtual;
Parameters
Parameters | Description |
const FileName: TFileName | The fully qualified name of the file containing the text to load. |
Description
Loads a text from a file into the list. Each line in the file, 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 file it is assumed to be a Unicode textfile and read as such. If no byte-order mark is present it is assumed to be an ANSI textfile.
See Also
LoadFromStream SaveToFile SaveToStream
About
Donator
Mike Lischke
Notes
The class remembers whether an opened file 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