Navigation:  Classes > bBrowser >

bBrowser:IsColumnMovable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether columns can be moved with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsColumnMovable() Æ lMovable

Return Value

lMovableA logical value that indicates whether columns can be moved with the mouse.
TRUEColumns can be moved.
FALSEColumns cannot be moved.
Data Type:Logic

Description

Opened columns can be moved in the browser with the mouse. By the method bBrowser:EnableColumnMove() this ability can be enabled or disabled. By the method bBrowser:IsColumnMovable() this ability can be queried at a later time.

 

After creating a bBrowser control the ability to move columns is enabled.

See Also

bBrowser:EnableColumnMove()

bBrowser:IsColumnResizable()

 


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