Navigation:  Classes > bBrowser >

bBrowser:KeyChar()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

The event handler that is called if an alphanumeric key is pressed.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:KeyChar(<oKeyEvent>) Æ iResult

Arguments

<oKeyEvent>The event that is to be processed.
Data Type:KeyEvent

Return Value

iResultThe result of the event processing.
Data Type:Integer

Description

bBrowser:KeyChar() is called if the bBrowser have the focus and an alphanumeric key is pressed. The method is called according to the method Control:KeyDown() and before the method Control:KeyUp().

 


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