Navigation:  Classes > bBrowser >

bBrowser:ResizeRow()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Changes the height of a data row with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:ResizeRow(

<iRow>,

<iRecNo>

) Æ lResized

Arguments

<iRow>The row number of the data row, whose height is to be changed.
Data type:Integer

 

<iRecNo>The record number of the data row, whose height is to be changed.
Data type:Integer

Return Value

lResizedA logical value that indicates whether the height of the data row was changed with the mouse.
TRUEThe height of the data row was changed.
FALSEChanging the row height was canceled.
Data type:Logic

Description

bBrowser:ResizeRow() changed the height of a data row with the mouse. With the call of the method the left mouse button must be pressed. The height of the row is changed so long with the mouse, as the left mouse button is pressed. With changing the row height additionally still if the Shift key is pressed, the height is changed in each case in steps that corresponds to the height of the active font in the browser. Thereby it is ensured that always-complete text rows are visible. Changing the height can be canceled through pressures of the Esc key.

 

If the row height were successfully changed, the callback method bBrowser:RowResize() is called.

See Also

bBrowser:EnableRowResize()

bBrowser:RowResize()

 


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