Navigation:  Classes > bBrowser >

bBrowser:CellDoubleClick()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for a double click with the mouse on a cell.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:CellDoubleClick() Æ lSuccess

Return Value

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

Description

bBrowser:CellDoubleClick() is a callback method that is called by the bBrowser whenever a cell was double 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 argument.

 

Remarks
A double mouse click arises, if the left mouse button is pressed and released two times.

See Also

bBrowser:CaptionDoubleClick()

bBrowser:CellSelect()

bBrowser:FooterDoubleClick()

bBrowser:SelectorDoubleClick()

bSample - FieldChoice

 


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