[Lazarus] TStringGrid and array

Jürgen Hestermann juergen.hestermann at gmx.de
Wed Feb 6 18:07:19 CET 2013


Am 2013-02-06 15:23, schrieb Kamen Ketev:
>
> sgW.Cells[j,i] := StrTest;
>
>

Be aware that within sgW.Cells columns and rows start with index 0 and end with last_index-1.
So the index number has to be one less than your selfdeclared arrays.






More information about the Lazarus mailing list