Purpose
Creates an object of the class bCellSelectEvent.
Class
Type
Method
Syntax
bCellSelectEvent{
<hWindow>,
<iMessage>,
<iWParam>,
<iLParam>,
<oWindow>,
<iOptions>,
<oCell>,
<oBlockStart>,
<oBlockEnd>
} Æ oCellSelectEvent
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
| oCellSelectEvent | The created object of the class bCellSelectEvent. |
| Data Type: | bCellSelectEvent |
Description
bCellSelectEvent:Init() creates a new object of the class bCellSelectEvent and initializes it.
See Also
Page url: http://www.YOURSERVER.com/index.html?bcellselectevent_init.htm