Navigation:  Functions >

bUnregisterByEventHandler()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Deactivates the detour of events for a window or control to the method in another object.

Type

Function

Syntax

bUnregisterByEventHandler(

<oWindow>,

<oMethodOwner>

) Æ lSuccess

Arguments

<oWindow>The window or control, by which the events was detoured.
Data Type:Object

 

<oMethodOwner>The object to which the events was detoured and for that the detour is to be deactivated.
Data Type:Object

Return Value

lSuccessA logical value that indicates whether the detour was deactivated.
TRUEThe detour was deactivated.
FALSEThe detour could not be deactivated.
Data Type:Logic

Description

By the function bRegisterByEventHandler() events of a window or control can be detoured on a method in another object. By the function bUnregisterByEventHandler() this detour can be deactivated again. If to the window or control still further detours exist remain these.

Samples

See sample of function bRegisterByEventHandler()

See Also

bRegisterByEventHandler()

bSample - SensitiveSearch

 


Page url: http://www.YOURSERVER.com/index.html?bunregisterbyeventhandler.htm