Navigation:  Classes > bBrowser >

bBrowser:IsRowHeightVariable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether the variable height of each data row is enabled.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsRowHeightVariable() Æ lIsActive

Return Value

lIsActiveA logical value that indicates whether the variable height of data rows is enabled.
TRUEThe variable height of data rows is enabled.
FALSEThe variable height of data rows is disabled.
Data Type:Logic

Description

By the method bBrowser:EnableRowHeightVariable() the variable height of data rows can be enabled or disabled. By the method bBrowser:IsRowHeightVariable() this ability can be queried at a later time.

 

After creating a bBrowser control the variable height of data rows is disabled.

See Also

bBrowser:EnableRowHeightVariable()

 


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