Navigation:  Classes > bCellEditEvent >

bCellEditEvent:EditControl

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Control in which the value of the cell is edit.

Class

bCellEditEvent

Type

Access / Assign

Data Type

Control

Description

An object of the class control or a class inherited from in which the edit takes place.

 

If the access bCellEditEvent:EditMode contains the value

BEDIT_CREATE, the control that is to be used for the input, can created and assigned to bCellEditEvent:EditControl. In this case the bBrowser uses not the standard control for the input but the assigned control.

BEDIT_INIT, the edit control can be initialized, for example by the assignment of a picture clause or by filling a list in an edit control of the class ComboBox.

BEDIT_SHOW, the edit control can be showed.

BEDIT_END, the value in the edit control can be examined and if necessary finishing the edit be refused.

BEDIT_CANCEL, the value in the edit control can be examined and if necessary canceling the edit be refused.

BEDIT_COMMIT, a commit can be implemented, so that the server saves all buffered values.

BEDIT_HIDE, the edit control can be hidden.

See Also

bCellEditEvent:EditCell

bCellEditEvent:EditMode

 


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