Purpose
Creates an object of the class bCellDragSelectEvent.
Class
Type
Methode
Syntax
bCellDragSelectEvent{
<hWindow>,
<iMessage>,
<iWParam>,
<iLParam>,
<oWindow>,
<iOptions>,
<oCell>,
<oBlockStart>,
<oBlockEnd>
} Æ oCellDragSelectEvent
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 |
| <iOptions> | Options of the selection process. Several options can be combined. The following table defines the supported options: |
Option |
Description |
BCSEO_NONE |
No options are defined. |
BCSEO_BLOCKSELECT |
A cell block is selected in the current selection process. |
BCSEO_DRAGSELECTION |
The current selection process is executed with a pressed left mouse button. |
BCSEO_DRAGSELECTIONABORT |
The selection process with the pressed left mouse button was aborted. |
BCSEO_DRAGSELECTIONFINISH |
The selection process with the pressed left mouse button was finished. |
BCSEO_DRAGSELECTIONSTART |
The selection process with the pressed left mouse button was started. |
BCSEO_SINGLESELECT |
A single cell is selected in the current selection process. |
| Data Type: | DWord |
| <oCell> | The cell which was selected. |
| Data Type: | bCell |
| <oBlockStart> | The first cell within a selected cell block. |
| Data Type: | bCell |
| <oBlockEnd> | The last cell within a selected cell block. |
| Data Type: | bCell |
Return Value
| oCellDragSelectEvent | The created object of the class bCellDragSelectEvent. |
| Data Type: | bCellDragSelectEvent |
Description
bCellDragSelectEvent:Init() creates a new object of the class bCellDragSelectEvent and initializes it.
See Also
Page url: http://www.YOURSERVER.com/index.html?bcelldragselectevent_init.htm