Difference between revisions of "Method make delegate"
From Ribbon Commander Documentation
(→Parameters) |
|||
Line 4: | Line 4: | ||
== Parameters == | == Parameters == | ||
{{FuncTableBegin}} | {{FuncTableBegin}} | ||
− | {{FuncTableEntry | name=methodName | type=string | ''[none]'' | desc=The name of the target callback function}} | + | {{FuncTableEntry | name=methodName | type=string | value=''[none]'' | desc=The name of the target callback function}} |
{{FuncTableEntry | name=return | type=[[rxDelegate]] | value=''[none]'' | desc=The newly created rxDelegate}} | {{FuncTableEntry | name=return | type=[[rxDelegate]] | value=''[none]'' | desc=The newly created rxDelegate}} | ||
{{FuncTableEnd}} | {{FuncTableEnd}} |
Revision as of 16:24, 14 March 2013
Description
Creates a new rxDelegate object associated to a callback function and owned by the rxCustomUI instance.
Parameters
Parameter Name
|
Parameter Type
|
Default Value
|
Description
|
methodName | string | [none] | The name of the target callback function |
return | rxDelegate | [none] | The newly created rxDelegate |