RemoveEvent - method of the PmfObject object
Description:
Unregisters the function in the specified event.
Syntax:
Empty RemoveEvent(Long sEventName, String sFuncId)
Parameters:
sEventName | (Long) Event name of the corresponding Pmf object. |
sFuncId | (String) Identifier of the event function registered by the AddEvent method. |
---|
Note:
This method is also functional in
Web panels.
This method is functional only for
JavaScript language.
Example1:
JavaScriptSelect and copy to clipboard
oPmf.RemoveEvent("onEditAccept", "sFuncId");