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>

} Æ 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:
#Data
#Caption
#Footer
#Selector
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

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:Position

bCellToolTipEvent:ToolTipText

 


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