On Fri, 6 Nov 2015 09:15:31 +0100
fecske fecske <[email protected]> wrote:

>[...]
> I could now test the Lazarus SVN Rev 50211
> Unfortunately, I experience the same problem.
> https://youtu.be/0OdBpKAwXGM
> 
> I use it 'tab' delimiter #9.
> 
> Here's the code:
> procedure TForm1.FileListBox1Click(Sender: TObject);
>   begin
>     StringGrid1.LoadFromCSVFile(FileListBox1.FileName, #9, TRUE, 3 ,TRUE);
>   end;
> 
> I did a test, I wrote a Delphi code in a delphi IDE with unique
> function and stringgrid, and  are not these characters and some lines
> not displayed correctly
> I use the same csv files.
> can be found in the attached zip file

Fixed.

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to