Passing a Parameter in a custom menu item

L

Lorenzo

In the control properties of a custom menu item you can execute a public
function by specifying the function name in the On Action property. I would
like to use a function which receives an object as a parameter. I know that
the Parameter property is some how involved in this. Can someone give me an
example of this or tell me can it be done?
 
Top