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 in a cell is divided into 6 modes for which in each case of the bBrowser the method CellEdit() is called in the owner. For each individual mode contains the access the following values:

1.BEDIT_CREATE:
The edit control is created.
2.BEDIT_INIT:
The edit control is initialized.
3.BEDIT_SHOW:
The edit control is showed. Subsequently, automatically the edit takes place in the control.
4.BEDIT_END:
The edit is examined and taken over, if it is valid.
 
or
 
BEDIT_CANCEL:
The edit was canceled.
5.BEDIT_COMMIT:
The edit was saved.
6.BEDIT_HIDE:
The edit control is hidden.

See Also

bCellEditEvent:EditCell

bCellEditEvent:EditControl

 


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