Navigation:  Classes > bBrowser >

bBrowser:CaptionClick()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for a single mouse click on a column caption.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:CaptionClick(<oColumn>) Æ lSuccess

Arguments

<oColumn>The column on that caption was clicked.
Data type:bDataColumn

Return Value

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

Description

bBrowser:CaptionClick() is a callback method that is called by the bBrowser whenever a column caption 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 bColumnEvent as argument.

 

Important notes!
So that the Callback method is called in the Owner, the method bBrowser:EnableCaptionClick() must be called once before.

 

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

See Also

bBrowser:CaptionDoubleClick()

bBrowser:CellClick()

bBrowser:EnableCaptionClick()

bBrowser:FooterClick()

bBrowser:SelectorClick()

 


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