Page 1 of 1

More Options for UnbindEvent (PB 5.20LTS)

Posted: Sat Oct 19, 2013 5:16 pm
by Kurzer
More Options for UnbindEvent to unbind...

- all previous binded Events with one command
- all previous binded Events for a window with one command
- all previous binded Events for an Objekt with one command

e.g.

UnbindEvent(#PB_Any, #PB_Any, #MainWindow) to unbind all Events for the MainWindow.
UnbindEvent(#PB_Any, #PB_Any, #SettingWindow, #EditorGadget) to unbind all Events for Editorgadget in the MainWindow.