Hi, all !
There is a ttreeview object of arbitrary nesting. How to find out which level is currently open ?
Hi, all !
There is a ttreeview object of arbitrary nesting. How to find out which level is currently open ?
oTree:GetSelected() --> oItem
oItem:Cargo // place here what you may need
Please review FWH\samples\classtre.prg, fiveres.prg
Thanks for your help.
Natter wrote:Hi, all !
There is a ttreeview object of arbitrary nesting. How to find out which level is currently open ?
oItem:nLevel
Horizon, Rao thanks !
hello
i need know how many child have an item. how i can it?
Gustavo,
Len( oItem:aItems )