Navigation:  Classes > bBrowser >

bBrowser:EnableDragSelection()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable cell/row selecting when moving the mouse with the left mouse button depressed.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:EnableDragSelection([<lEnable>]) Æ NIL

Arguments

<lEnable>A logical value that indicates whether cells/rows are to be selected when moving the mouse with pressed left mouse button. If this argument is not specified, the value TRUE is used as a default and the ability is enabled.
Data Type:Logic

Description

bBrowser:EnableDragSelection() enables or disables the browser to select cells/rows when moving the mouse with pressed left mouse button. This ability is called as a block selection. So that block selection is supported, the value #Multiple or #Permanent must be defined in the access bBrowser:SelectionMode.

 

Using the method bBrowser:IsDragSelectionEnabled() the attribute can be queried at any time.

 

After creating a bBrowser control the ability is enabled.

See Also

bBrowser:IsDragSelectionEnabled()

bBrowser:RowMode

bBrowser:SelectionMode

 


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