Purpose
Creates an object of the class bCellDragEvent.
Class
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
| oCellDragEvent | The 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
Page url: http://www.YOURSERVER.com/index.html?bcelldragevent_init.htm