Navigation:  Classes > bBrowser >

bBrowser:RowResize()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method that informs about changing the height of a data row with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:RowResize(

<nRowNo>,

<nRecNo>,

<iHeightOld>,

<iHeightNew>

) Æ lSuccess

Arguments

<nRowNo>The row number of the data row, whose height was changed.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the data row, whose height was changed.
Data Type:Integer | Float | Real8

 

<iHeightOld>The old height of the row, before the height was changed.
Data Type:Integer

 

<iHeightNew>The new height of the row, after the height was changed.
Data Type:Integer

Return Value

lSuccessA logical value that is always TRUE.
Data Type:Logic

Description

bBrowser:RowResize() is a callback method that is called by the browser whenever the height of a data row were changed interactively with the mouse. The method examines whether in the owner of the browser is defined a method with the same name and calls these if necessary with an bRowResizeEvent object as only argument.

See Also

bBrowser:EnableRowResize()

bBrowser:ResizeRow()

 


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