Navigation:  Classes > bBrowser >

bBrowser:SelectorClick()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bBrowser

Type

Method

Syntax

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

Arguments

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

 

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

Return Value

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

Description

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

 

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

See Also

bBrowser:CaptionClick()

bBrowser:CellClick()

bBrowser:EnableSelector()

bBrowser:FooterClick()

bBrowser:SelectorDoubleClick()

 


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