How  to add a child item to a parent item.

In the msuniverse there are examples but with a known numbers of nodes.

{
with tmynode(treeedit[0]) do begin
   caption:= 'AAAAA';
   add(3,tmynode);
   items[0].caption:= 'A0';
   items[1].caption:= 'A1';
   items[2].caption:= 'A2';
  end; }


I want to do


with  tmynode [ nparent] do begin


add child ?



Regards


Med




------------------------------------------------------------------------------
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