Navigation:  Classes > bDataColumn >

bDataColumn:IsHeightVariable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether the height of the column values is variable or fixed.

Class

bDataColumn

Type

Method

Syntax

<oDataColumn>:IsHeightVariable() Æ lVariable

Return Value

lVariableA logical value that indicates whether the column values can have different heights.
TRUEThe column values can have different heights.
FALSEThe column values have all the same height.
Data Type:Logic

Description

bBrowser:IsHeightVariable() examines whether the column values can have different heights. This applies at column values with the data type "M", "O" and "U". Column values with another data type have always the same height.

 

This method is used by bBrowser in order with variable height of the rows to determine the columns whose cell heights can vary.

See Also

bBrowser:EnableRowHeightVariable()

bDataColumn:HeightVariable

 


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