[Lazarus] StringGrid1.LoadFromCSVFile problem

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Nov 6 13:05:19 CET 2015


On Fri, 6 Nov 2015 09:15:31 +0100
fecske fecske <fecske95 at gmail.com> 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




More information about the Lazarus mailing list