Navigation:  Classes > bCellEditEvent >

bCellEditEvent:EditMode

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

The edit mode in which the cell is.

Class

bCellEditEvent

Type

Access

Data Type

Integer

Description

The edit process of a cell is divided into 7 modes each of which causes bBrowser to call the method CellEdit() in the owner. Each mode contains the following values:

1.BEDIT_CREATE:
The edit control is created.

2.BEDIT_CALCULATE:
The position and origin of the edit control is calculated.

3.BEDIT_INIT:
The edit control is initialized.

4.BEDIT_SHOW:
The edit control is showed. Subsequently, automatically the edit takes place in the control.

5.BEDIT_END:
The edit is examined and taken over, if it is valid.
 
or
 
BEDIT_CANCEL:
The edit was canceled.

6.BEDIT_COMMIT:
The edit was saved.

7.BEDIT_HIDE:
The edit control is hidden.

See Also

bCellEditEvent:EditCell

bCellEditEvent:EditControl

 


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