On Friday 22 November 2013 19:47:27 Patrick Goupell wrote:
> On 11/21/2013 10:49 AM, Patrick Goupell wrote:
> > Hello Martin,
> >
> > What / Are there any benefits / drawbacks to using appendrow over
> > appenddatarow in a tstringgrid?
>
> Can someone provide an answer to this question?
>
Sorry, I overlooked your mail.
"
   function appendrow(const value: array of msestring): integer; overload;
   function appendrow(const value: msestringarty): integer; overload;
   function appendrow(const value: msestring): integer; overload;
         //for visible single row append

   function appenddatarow(const value: array of msestring): integer; overload;
   function appenddatarow(const value: msestringarty): integer; overload;
   function appenddatarow(const value: msestring): integer; overload;
        //for multiple data append in a beginupdate/endupdate block
"
If you need to add a single row use the first, if there are many use the 
second with beginupdate()/endupdate().

Martin

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to