Re: [fpc-devel] FCL streamex question

2022-08-18 Thread Michael Van Canneyt via fpc-devel
On Wed, 17 Aug 2022, MARCOU Gilles via fpc-devel wrote: Hi, following the advice of howardpc, I repost here my question from the forum (https://forum.lazarus.freepascal.org/index.php/topic,60287.0.html). Recently I wanted to rewind a file to read again a previous line. After some search

[fpc-devel] FCL streamex question

2022-08-18 Thread MARCOU Gilles via fpc-devel
Hi, following the advice of howardpc, I repost here my question from the forum (https://forum.lazarus.freepascal.org/index.php/topic,60287.0.html). Recently I wanted to rewind a file to read again a previous line. After some search I came to the conclusion to modify the TStreamReader class.