Component.removeFocusHandler

Remove the handler specified by handler_id from the list of functions to be executed when this object receives focus events (in or out).

class Component
void
removeFocusHandler
()

Parameters

handlerId uint

the handler id of the focus handler to be removed from component

Meta