tags:

views:

95

answers:

1

How can I make the Tpopupmenu to support floating, so that user can drag and drop the menu items (sub menus) to all around the user's desktop?

+2  A: 

Menus do not support that capability. Any dragging you want to perform will have to be implemented using your own windows.

Remy Lebeau - TeamB