I have sample data in stream like shown on attached image. You see many $0 inside. I want to load this stream to TStrings:
Text.LoadFromStream(Data);
Yeah, loading, but only to first $0. How to load whole data of this stream as text?
I tried also use additional string stream with encoding as
Ansi or
Unicode on create and load to strings from this encoded stream. The same result.