Hi there
I'm trying Lazarus as an alternative to Delphi and am having a problem adding strings to a stringgrid. In Delphi I use something like:
stringgrid1.rows[0][0]:='hello';
This would set the top left most cell to 'hello'. This doesn't work in Lazarus. I don't get any errors when I compile, but the lable does not appear on the stringgrid. Can anybody help me?
Thanks
Mark