On Monday 24 October 2011 15.13:18 Patrick Goupell wrote:
> > In order to access a cell value of a column widget use
> > <thecolumnwidgetinstance>[row].
> > see definition of tdatabutton ancestor:
> > "
> > 
> Something like "<thecolumnwidgetinstance>[row]." just leaves me with little
> knowledge and blindly trying different things.
> 
> Now if you would have coded an example right after the above sentence using
> variable names then I would have understood what you meant.
> 
> So assume a widgetgrid named wgStatus and a button named dbtnStatus.
> 
> What is the correct pascal coding statement.
> 
"
 dbtnStatus[3]:= 1;
"
for setting cell value of row number 3 to 1;

Martin
_______________________________________________
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Reply via email to