Navigation:  Classes > bBrowser >

bBrowser:FocusChange()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for activating or deactivating focus in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:FocusChange(<oEvent>) Æ NIL

Arguments

<oEvent>A event that contains information about it whether the browser gets or loses focus.
Data type:FocusChangeEvent

Description

bBrowser:FocusChange() is a callback method that is called by the browser whenever it loses the focus to another control or gets it from another control.

 

The method examines whether a method ControlFocusChange() is implemented in the owner of the browser and invokes it with an event of class FocusChangeEvent.

 

Note!
The method ControlFocusChange() is already implemented in the class Window after Visual Objects 2.7a.

 


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