RemoveEvent - method of the PmfTableColumn object
Description:
Unregisters the function in the specified event.
Syntax:
Empty RemoveEvent(String sEventName, String sFuncId)
Parameters:
| sEventName | (String) Event name of the corresponding PmfTableColumn 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
oColumn.RemoveEvent("onBeforeWriteValue", "sFuncId");