Top "Tfilestream" questions

Read Line with TFileStream delphi

How do I read file using certain lines TFileStream. I read lines which has millions of files. So I want …

delphi tfilestream
(Wide)String - storing in TFileStream, Delphi 7. What is the fastest way?

I'm using Delphi7 (non-unicode VCL), I need to store lots of WideStrings inside a TFileStream. I can't use TStringStream as …

delphi widestring tfilestream
Stream read line

I have a stream reader line by line (sr.ReadLine()). My code counts the line-end with both line endings \r\…

c# newline streamreader tfilestream