Navigation:  Classes > bBrowser >

bBrowser:MoveCellGroup()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Moves a cell group with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:MoveCellGroup(<oCellGroupItem>) Æ lMoved

Arguments

<oCellGroupItem>The cell group that is to be moved.
Data Type:bCellGroupItem

Return Value

lMovedA logical value that indicates whether the cell group was moved.
TRUEThe cell group was moved.
FALSEThe cell group was not moved.
Data Type:Logic

Description

bBrowser:MoveCellGroup() moves a cell group with the mouse. The left mouse button must be pressed at the call of the method. The cell group is moved with the mouse as long as the left mouse button is pressed. During moving the visible columns in the browser are scrolled horizontally or vertically as soon as the mouse reaches one of the margins of the browser. When the left mouse button is released, moving is finished and the cell group is moved to the new position under the mouse. Moving can be canceled through by pressing the Esc key.

 

The callback method bBrowser:CellGroupMove() is invoked repeatedly while moving the cell group.

See Also

bBrowser:CellGroupMove()

bBrowser:EnableCellGroupMove()

bBrowser:IsCellGroupMovable()

 


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