Navigation:  Classes > bCellToolTipEvent >

bCellToolTipEvent:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bCellToolTipEvent.

Class

bCellToolTipEvent

Type

Methode

Syntax

bCellToolTipEvent{

<hWindow>,

<iMessage>,

<iWParam>,

<iLParam>,

<oWindow>,

<symArea>,

<oCell>,

<oPosition>,

<cToolTipText>,

<oColumn>,

<oRecordGroupLevel>

} Æ oCellToolTipEvent

Arguments

<hWindow>The window handle of the owner of the event.
Data Type:Ptr

 

<iMessage>The constant of the message (WM_COMMAND).
Data Type:Integer

 

<iWParam>The WParam of the message.
Data Type:DWord

 

<iLParam>The LParam of the message.
Data Type:Long

 

<oWindow>The owner of the event.
Data Type:Object

 

<symArea>The area in the bBrowser, in that the mouse is.
Supported values are:

Title

#Data

#Caption

#Footer

#Selector

#RecordGroup

Data Type:Symbol

 

<oCell>The cell inside the bBrowser, for that the ToolTipText is to be determined.
Data Type:bCell

 

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

 

<cToolTipText>The text for the ToolTip.
Data Type:String

 

<oColumn>The column inside the bBrowser, for that the ToolTipText is to be determined.
Data Type:bBrowserColumn

 

<oRecordGroupLevel>The record group level inside the bBrowser, for that the ToolTipText is to be determined.
Data Type:bRecordGroupLevel

Return Value

oCellToolTipEventThe created object of the class bCellToolTipEvent.
Data Type:bCellToolTipEvent

Description

bCellToolTipEvent:Init() creates a new object of the class bCellToolTipEvent and initializes it.

See Also

bBrowser:CellToolTip()

bCellToolTipEvent:Area

bCellToolTipEvent:Cell

bCellToolTipEvent:Column

bCellToolTipEvent:Position

bCellToolTipEvent:RecordGroupLevel

bCellToolTipEvent:ToolTipText

 


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