plugin + popup menu item

I want to create a new item in the menu popup that sqlwindow is shown in one but I am not obtaining. IDE_CreatePopupMenuItem routine is not registered. It would like to know which are the parameters of same and if possible an example.
 
The correct name is IDE_CreatePopupItem (without Menu), and it is described in the Plug-In documentation.
 
Back
Top