Navigation:  Classes > bBrowser >

bBrowser:Recalculate()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Recalculates the area for the column captions, column data and column footers.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:Recalculate() Æ lSuccess

Return Value

lSuccessA logical value that indicates whether the areas was recalculated.
TRUEThe areas was recalculated.
FALSEThe areas could not be recalculated.
Data Type:Logic

Description

The client area (CanvasArea) of the browser is subdivided into the areas column captions, data and column footers.

 

bBrowser:Recalculate() recalculates these areas and adapts the internal data buffer to the new areas. This is necessary whenever the browser was enlarged, made smaller, or if the width of a column was changed.

 

The method does not redraw the contents of the browser. This must be done by an additional call of the method bBrowser:Redraw().

See Also

bBrowser:Redraw()

bBrowserColumn:Width

 


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