Navigation:  Classes > bBrowser >

bBrowser:IsRowResizable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether the height of data rows can be changed with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsRowResizable() Æ lResizable

Return Value

lResizableA logical value that indicates whether the height of data rows can be changed with the mouse.
TRUEThe row height can be changed.
FALSEThe row height cannot be changed.
Data type:Logic

Description

The height of data rows can be changed with the mouse. By the method bBrowser:EnableRowResize() this ability can be enabled or disabled. By the method bBrowser:IsRowResizable() this ability can be queried at a later time.

 

After creating a bBrowser control the ability to change the height of rows is disabled.

See Also

bBrowser:EnableRowResize()

 


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