Navigation:  Classes > bCellDragEvent >

bCellDragEvent:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bCellDragEvent.

Class

bCellDragEvent

Type

Method

Syntax

bCellDragEvent{

<hWindow>,

<iMessage>,

<iWParam>,

<iLParam>,

<oWindow>,

<iDragMode>,

<hDragOwner>,

<hDragData>

} Æ oCellDragEvent

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

 

<iDragMode>The mode in that the drag & drop process is.

Possible values are:

BCDM_DRAGSTART
BCDM_DRAGOVER
BCDM_DROP
BCDM_DRAGEND
BCDM_DRAGCANCEL
Data type:DWord

 

<hDragOwner>Window handle of the server in that the drag & drop process was started.
Data type:Ptr

 

<hDragData>Data to the drag & drop process.
Data type:Ptr

Return Value

oCellDragEventThe created object of the class bCellDragEvent.
Data type:bCellDragEvent

Description

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

See Also

bBrowser:CellDragDrop()

 


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