in Delphi TIPS :: The PopupMenu property, every Delphi control publishes, identifies the pop-up menu associated with the control. When the user selects the control and clicks the right mouse button the pop-up menu (an instance of the TPopupMenu control) will popup.
For those Delphi controls that display "items" - as tree views and list views you might want to have different popup menus for each item.
Read the full article to learn how to Implement Dynamic Context (Popup) Menus for Tree View Nodes.
Related:
Comments
No comments yet. Leave a Comment

