Re: [MSEide-MSEgui-talk] stringgrid / fixcols

2018-08-22 Thread fredvs
> I cannot figure out how to set a value into the "fixcols" data cell. I use this: thegrid.fixcols[-1].captions[5] := inttostr(5); Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ -- Check out the

Re: [MSEide-MSEgui-talk] stringgrid / fixcols

2018-08-22 Thread Martin Schreiber
On Wednesday 22 August 2018 14:27:18 fredvs wrote: > > I cannot figure out how to set a value into the "fixcols" data cell. > > I use this: > thegrid.fixcols[-1].captions[5] := inttostr(5); > Numeric captions can also be achieved by setting .fixcols[-n].numstart and numstep. Martin -