[Lazarus] error in examples

Héctor Fiandor Rosario hfiandor at infomed.sld.cu
Thu May 15 17:55:21 CEST 2008


Dear sirs:

I have found an error in the Examples of Lazarus

In the archive gridcelleditor the StringGrid'index are traslocate

      //StringGrid1.Cells[x,y]:=IntToStr(x)+','+IntToStr(y); //[Row,Col]
      StringGrid1.Cells[y,x]:=IntToStr(x)+','+IntToStr(y); //[Col,Row]

I am looking how to align the string in cells and how to get colors for 
different cells.

I have implemented a MultiStringGrid component in Delphi5 but I dont know 
how to do it in Lazarus.

thanks very much

yours truly,

Ing. Héctor F. Fiandor
hfiandor at infomed.sld.cu 




More information about the Lazarus mailing list