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>,

<oColumn>,

<oRecordGroupLevel>,

<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.

#RecordGroup
The mouse is inside the record group column.

Data Type:Symbol

 

<oColumn>The column for which the ToolTip is to be determined.
Data Type:bBrowserColumn

 

<oRecordGroupLevel>The record group level inside the record group column for which the ToolTip is to be determined.
Data Type:bRecordGroupLevel

 

<oCell>The cell or column for which the ToolTip is to be determined. The content 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