Navigation:  Classes > bCellGroupMoveEvent >

bCellGroupMoveEvent:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bCellGroupMoveEvent.

Class

bCellGroupMoveEvent

Type

Method

Syntax

bCellGroupMoveEvent{

<hWindow>,

<iMessage>,

<iWParam>,

<iLParam>,

<oWindow>,

<iMode>,

<oCellGroupItem>,

<oCell>,

<cInfoText>

} Æ oCellGroupMoveEvent

Arguments

<hWindow>The window handle of the owner of the event.
Data Type:Ptr

 

<iMessage>The constant of the message (WM_COMMAND).
Data Type:Integer

 

<iWParam>The WParam of the message.
Data Type:DWord

 

<iLParam>The LParam of the message.
Data Type:Long

 

<oWindow>The owner of the event.
Data Type:Object

 

<iMode>The mode of the cell group moving process. The following modes can occur:

 

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.

 

Data Type:Integer

 

<oCellGroupItem>The cell group which is moved.
Data Type:bCellGroupItem

 

<oCell>The new start cell to which the cell group should to be moved. The cell defines an absolute position.
Data Type:bCell

 

<cInfoText>An info text which should to be displayed below the cursor during moving the cell group.
Data Type:String

Return Value

oCellGroupMoveEventThe created object of the class bCellGroupMoveEvent.
Data Type:bCellGroupMoveEvent

Description

bCellGroupMoveEvent:Init() creates a new object of the class bCellGroupMoveEvent and initializes it.

See Also

bCellGroupEvent:CellGroupItem

bCellGroupMoveEvent:Cell

bCellGroupMoveEvent:InfoText

bCellGroupMoveEvent:Mode

 


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