On Wednesday 25 July 2018 19:28:26 mohamed hamza wrote:
> if grid.rowcount = 0 then
>
>   begin
>    For i := 0 to 1 do
>    begin
>    grid.rowcount:=grid.rowcount+1;
>    with tmynode(treeedit[i]) do begin
>     caption:= chr(65+i);
>      for j := 0 to 2  do begin
>      add(1,tmynode );
>      items[j].caption:= 'A' ;  these items are not added to
> tmynode(treeedit[i]) end;end; end; end; end

Works for me, please send a simple testcase which shows the problem

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to