Navigation:  Classes > bBrowser >

bBrowser:RecordGroupDoubleClick()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for a double mouse click on the record group column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:RecordGroupDoubleClick(<uRecNo>) Æ lSuccess

Arguments

<uRecNo>The record number of the record group item that was double clicked.
Data Type:Usual

Return Value

lSuccessA logical value that indicates whether the method was processed correctly.
Data Type:Logic

Description

bBrowser:RecordGroupDoubleClick() is a callback method that is called by the bBrowser whenever in the record group 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 bRecordGroupEvent as the argument.

 

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

See Also

bBrowser:CaptionClick()

bBrowser:CellClick()

bBrowser:CellDoubleClick()

bBrowser:CellSelect()

bBrowser:FooterClick()

bBrowser:RecordGroup

bBrowser:RecordGroupClick()

bBrowser:SelectorClick()

bRecordGroupEvent

bRecordGroupItem

 


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