Purpose
A callback method for clicking a column footer.
Class
Type
Method
Syntax
<oBrowser>:FooterClick(<oColumn>) Æ lSuccess
Arguments
| <oColumn> | The column on that footer was clicked. | 
| Data Type: | bDataColumn | 
Return Value
| lSuccess | A 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
Page url: http://www.YOURSERVER.com/index.html?bbrowser_footerclick.htm