Navigation:  Classes > bBrowser >

bBrowser:EnableSelector()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable the selector column.

Class

bBrowser

Type

Method

Syntax

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

Arguments

<lEnable>A logical value that indicates whether the selector column is to be enabled. If this argument is not specified, the value TRUE is used as a default, and the selector column is enabled.
Data Type:Logic

Description

The selector column is indicated at the left margin of the browsers and cannot be moved. In the selector column, a small arrow marks the row in that the cursor is independently of whether this row is in the visible area of the browser. By clicking a cell in the selector column the data server is moved on this row.

Selector

 

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

 

After creating a bBrowser control the selector column is disabled.

 

So that changes to this attribute can be processed correctly by bBrowser, the browser must be recalculated by calling the method bBrowser:Recalculate().

See Also

bBrowser:GetSelectorBackground()

bBrowser:GetSelectorForeground()

bBrowser:GetSelectorStateBackground()

bBrowser:GetSelectorStateForeground()

bBrowser:IsSelectorEnabled()

bBrowser:SelectorClick()

bBrowser:SelectorColorCondition

bBrowser:SelectorDoubleClick()

bBrowser:SelectorView

bBrowser:SelectorWidth

bBrowser:SetSelectorBackground()

bBrowser:SetSelectorForeground()

 


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