Navigation:  Classes > bBrowser >

bBrowser:SelectorDoubleClick()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for a double mouse click on a cell in the selector column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SelectorDoubleClick(<nRowNo>, <nRecNo>) Æ lSuccess

Arguments

<nRowNo>The number of the row for the selector cell that was double clicked.
Data Type:Integer | Float

 

<nRecNo>The record number for the selector cell that was double clicked.
Data Type:Integer | Float

Return Value

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

Description

bBrowser:SelectorDoubleClick() is a callback method that is called by bBrowser whenever a cell in the selector column 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 bRowEvent as argument.

 

Important notes!
A double mouse click arises if the left mouse button is pressed and released two times.

See Also

bBrowser:CaptionDoubleClick()

bBrowser:CellDoubleClick()

bBrowser:EnableSelector()

bBrowser:FooterDoubleClick()

bBrowser:SelectorClick()

 


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