Navigation:  Classes > bCellGroupMoveEvent >

bCellGroupMoveEvent:Mode

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

The mode in which moving the cell group is.

Class

bCellGroupMoveEvent

Type

Access

Data Type

Integer

Description

bCellGroupMoveEvent:Mode defines the mode in which moving the cell group is. The following modes are supported:

 

Mode

Description

Return Value

BCGMM_START

The moving process for the cell group is started.

The return value BCGMR_VALID or BCGMR_UNDEFINED results in that the cell group being able to be moved.

The return value BCGMR_INVALID prevents moving the cell group.

BCGMM_CHECKCELL

The new position of the cell group can be checked.

The return value BCGMR_VALID results in that the cell group being able to be moved to the new position.

The return value BCGMR_INVALID prevents that the cell group may be moved to the new position.

The return value BCGMR_UNDEFINED results in that the bBrowser examining, whether the cell group conflict with another cell group at the new position. In this case the cell group may not be moved to this position.

BCGMM_FINISHREQUEST

The cell group moving was finished. The new position can be accepted or rejected.

The return value BCGMR_VALID or BCGMR_UNDEFINED results in that the cell group is moved to the new position.

The return value BCGMR_INVALID prevents that the cell group is moved to the new position.

BCGMM_FINISH

The cell group was moved to the new position.

The return value is not used.

BCGMM_ABORT

Moving the cell group was aborted

The return value is not used.

 

 


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