Re: [MSEide-MSEgui-talk] stringgrid row

2012-07-26 Thread Patrick Goupell
I had thought of that. But being the lazy programmer that I am, I was hoping for one line of program code, just like the appendrow is a one liner. Patrick -- Live Security Virtual Conference Exclusive live event will co

Re: [MSEide-MSEgui-talk] stringgrid row

2012-07-26 Thread Martin Schreiber
Am 26.07.2012 16:08, schrieb Patrick Goupell: > In a stringgrid I can do a "mystringgrid.appendrow (msestringarray)" > > Is there a quick way to get a stringgrid row into an array? > > mystringgrid.? (row, msestringarray) > > or msestringarray := mystringsgrid. (row); > > or what. > > Looki

[MSEide-MSEgui-talk] stringgrid row

2012-07-26 Thread Patrick Goupell
In a stringgrid I can do a "mystringgrid.appendrow (msestringarray)" Is there a quick way to get a stringgrid row into an array? mystringgrid.? (row, msestringarray) or msestringarray := mystringsgrid. (row); or what. Looking at the stringgrid source code I could not find an appropriat