On Friday 30 September 2016 11:49:05 code dz wrote:
> thanks
>
> you mean like this :
>
> procedure tmainfo.on_create(const sender: TObject);
> var
>   item : ttreelistedititem;
> begin
>   item :=  ttreelistedititem.create;
>   item.caption := 'root';
>
>   ttreeitemedit1.itemlist.add(item);
> end;
>
> how to add a child to root item ?
>
"
 root.add(item);
"
Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to