Hello Patrick.

For selection I use:

 function selectcell(const cell: gridcoordty; 
                          const amode: cellselectmodety;
                          const checkmultiselect: boolean = false): boolean; 

For example to select first row:

     cellpos.row := 0;
     cellpos.col := 0;
     thestringgrid.selectcell(cellpos, csm_select, False);

And to access/change data in the stringgrid, for example:

     thestringgrid[1][2] := 'thedata';

But, sure, advice of Martin would be better.

Fre;D
      








--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to