Navigation:  Classes > bBrowser >

bBrowser:EditEventHandler()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

An event handler that manages the events of the edit control during input to a data cell.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:EditEventHandler(<oEvent>) Æ uResult

Arguments

<oEvent>The event that is to be processed.
Data Type:Event

Return Value

uResultThe result of the event processing.
Data Type:Usual

Description

During input to a data cell a separate control is used (see also bBrowser:EditCreate()). All events that are sent from Microsoft Windows during the edit process are sent to this method before being sent to the Disptach() method of the control. This means that the browser has the possibility of managing certain events itself. If a value other than NIL is returned, the event is NOT passed on to the edit control. In this case the method must have processed the event.

See Also

bBrowser:Edit()

bBrowser:EditCreate()

 


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