Navigation:  Classes > bBrowser >

bBrowser:DragDropMode

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Drag & drop mode of the bBrowser.

Class

bBrowser

Type

Access / Assign

Data Type

DWord

Description

bBrowser:DragDropMode defines how the bBrowser behaves with drag & drop. The following values are supported:

 

Value

Description

BDDM_SERVER

The bBrowser works as drag & drop server. This means that this bBrowser can start a drag & drop process.

BDDM_CLIENT

The bBrowser works as drag & drop client. This means that the bBrowser is applicable as a target for a drag & drop process.

BDDM_DRAGALLFIELDSOFSERVER

If a drag & drop process is started in the bBrowser, all fields of the linked data server are copied.

 

If this mode is not set, only the fields are copied from selected cells.

 

The values can be combined so that a bBrowser can works both as server and as client of a drag & drop process.

See Also

bBrowser:CellDragDrop()

bBrowser:Drag()

bBrowser:EnableDragSelection()

bBrowser:InDrag()

bSample - DragDrop

 


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