[MSEide-MSEgui-talk] Get/set cell of TWidgetGrid ?

2016-01-20 Thread Fred van Stappen
Hello. I try to set the cell of a TWidgetGrid with this: aWidgetGrid[1][2] := 'test' ; and to get it with astring := aWidgetGrid[1][2]; But without luck. How must it done ? Thanks. Fre;D

Re: [MSEide-MSEgui-talk] Get/set cell of TWidgetGrid ?

2016-01-20 Thread Martin Schreiber
On Wednesday 20 January 2016 16:00:44 Fred van Stappen wrote: > Hello. > > I try to set the cell of a TWidgetGrid with this: > > aWidgetGrid[1][2] := 'test' ; > > and to get it with > > astring := aWidgetGrid[1][2]; > > But without luck. > > How must it done ? > Please use the "gridvalue" property