Navigation:  Classes > bBrowser >

bBrowser:CellToolTip()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for setting a ToolTip.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:CellToolTip(

<symArea>,

<oCell>,

<oPosition>,

<cToolTipText>

) Æ lSuccess

Arguments

<symArea>The area in the bBrowser where the mouse is. The following areas are supported:
#Title
The mouse is inside the title area.
#Data
The mouse is inside the column data.
#Caption
The mouse is inside the column captions.
#Footer
The mouse is inside the column footer.
#Selector
The mouse is inside the selector column.
Data type:Symbol

 

<oCell>The cell or column for which the ToolTip is to be determined. The contains of the object is dependant of the bBrowser:ToolTipMode. If the ToolTip is to be determined
for a cell, then this object contains the column, the row and the record number of the cell.
for a column, then this object contains the column number of the column.
Data type:bCell

 

<oPosition>The position of the mouse inside the bBrowser. The position refers to the left lower corner of the ClientArea.
Data type:Point

 

<cToolTipText>The text of the ToolTip. The argument must be passed by reference.
Data type:String

Return Value

lSuccessA logical value that defines whether a ToolTip could be set.
Data type:Logic

Description

bBrowser:CellToolTip() is a callback method that is called by the bBrowser whenever a ToolTip is required. The method checks whether a method of the same name is defined in the owner of the bBrowser and calls this with an object of class bCellToolTipEvent as argument.

See Also

bBrowser:ToolTipMode

 


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