--- In [email protected], "Mauro Russo" <[EMAIL PROTECTED]> wrote: > Well, i remember i tried to use OnChanging method, but it dind't work. > I could mak it working by using OnContextPopup, to change Popup. > > Thank your for help. > PS : about to populate the Menu on OnPopup event, my problem was to > understand on which TreeItem was pressed the mouse, and at the moment i [it > seems] just could do that by using OnContextPopup. > It is your treeview. TreeView.Selected will tell you which item is selected. You could give each a tag value if you wanted or tag can hold a pointer to an object
Mick ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

