TextReader
Methods:
Open
Read
ReadLine
Constructors:
Uninitialized object adding
Description:
Availability:
Example:
Text = New TextReader("d:\win.txt", TextEncoding.ANSI); Str = Text.ReadLine(); While Str <> Undefined Do // Lines are read to the line feed character Message(Str); Str = Text.ReadLine(); EndDo; |
See also:
TextReader, constructor By file name