Navigation:  Classes > bBrowser >

bBrowser:GetRowHeight()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the height of a data row.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetRowHeight([<nRecNo>]) Æ iHeight

Arguments

<nRecNo>The record number of the data row for which the height is to be determined. As default the current record in the linked server is used.
Data Type:Integer | Float

Return Value

iHeightThe height of the data row in pixel.
Data Type:Integer

Description

bBrowser:GetRowHeight() calculated for a record in the linked server the height of the data row in pixel.

 

The method considers whether

the height of the data row was already changed with the mouse interactively and whether...

the row height is firm or variable.

 

If the row height is firm the method uses the access bBrowser:RowHeight.

 

If the row height is variable, the method calls for each column whose values can have a variable height the method bDataColumn:CalculateHeightOfValue(). The calculated row height is limited by the access bBrowser:RowHeightMax in its maximum expansion.

See Also

bBrowser:CalculateRowHeight()

bBrowser:EnableRowHeightVariable()

bBrowser:IsRowHeightVariable()

bBrowser:RowHeight

bBrowser:RowHeightMax

bBrowser:SetRowHeight()

bDataColumn:CalculateHeightOfValue()

 


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