Purpose
A callback method for selecting a cell with the mouse and pressed left mouse button.
Class
Type
Method
Syntax
<oBrowser>:CellDragSelect(
<iOptions>,
<oCell>
) Æ lSuccess
Arguments
| <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 | 
Return Value
| lSuccess | A logical value that is always TRUE. | 
| Data Type: | Logic | 
Description
bBrowser:CellDragSelect() is a callback method that is called by the bBrowser whenever a cell was selected with the mouse and the left mouse button is pressed. The method checks whether a method with the same name is defined in the owner of the bBrowser and calls this with an object of class bCellDragSelectEvent as argument.
See Also
Page url: http://www.YOURSERVER.com/index.html?bbrowser_celldragselect.htm