Navigation:  Classes > bBrowser >

bBrowser:CellClick()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for a single mouse click on a cell.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:CellClick() Æ lSuccess

Return Value

lSuccessA logical value that is always TRUE.
Data type:Logic

Description

bBrowser:CellClick() is a callback method that is called by the bBrowser whenever a cell was single clicked with the left mouse button. The method checks whether a method with the same name is defined in the owner of the bBrowser and calls this with an object of class ControlEvent as the argument.

 

Note!
A single mouse click arises, if the left mouse button is pressed and released.

See Also

bBrowser:CaptionClick()

bBrowser:CellDoubleClick()

bBrowser:CellSelect()

bBrowser:FooterClick()

bBrowser:SelectorClick()

 


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