How I can del an Item of a Tree ?
I try with :
local oLink := oTree:GetSelected()
local cPrompt := oLink:cPrompt
local cCargo := oLink:Cargo
oLink:end() ----> make error
oLink:DeleteBranches()----> make error
someone Know the tree class ?