Navigation:  Classes > bBrowser >

bBrowser:FooterClick()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for clicking a column footer.

Class

bBrowser

Type

Method

Syntax

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

Arguments

<oColumn>The column on that footer was clicked.
Data Type:bDataColumn

Return Value

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

Description

bBrowser:FooterClick() is a callback method that is called by the bBrowser whenever a column footer was clicked with the left mouse button. The method checks whether a method with the same name exists in the owner of the bBrowser and calls it with an object of class bColumnEvent as argument.

 

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

See Also

bBrowser:CaptionClick()

bBrowser:CellClick()

bBrowser:FooterDoubleClick()

bBrowser:SelectorClick()

 


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