Navigation:  Classes > bBrowser >

bBrowser:AdjustRecordGroupWidth()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Adjust the width of the record group column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:AdjustRecordGroupWidth([<lRecalculate>]) Æ lAdjust

Arguments

<lRecalculate>A logical value that defines whether the browser is to be recalculated if the width of the record group column was adjusted. If this argument is not specified, the default value TRUE is used.
Data Type:Logic

Return Value

lSuccessA logical value that indicates whether the width of the record group column was adjusted.
TRUEThe width was adjusted.
FALSEThe width was not adjusted.
Data Type:Logic

Description

bBrowser:AdjustRecordGroupWidth() recalculates the width of the record group column.

 

RecordGroupsInBrowser

bBrowser with record group column

 

The method is called automatically by bBrowser if the method bBrowser:Recalculate() is executed.

 

So that the new width of the record group column is shown correctly in the bBrowser, this must be redrawn with the method bBrowser:Redraw().

See Also

bBrowser:AdjustCaptionHeight()

bBrowser:AdjustColumnBands()

bBrowser:AdjustFooterHeight()

bBrowser:AdjustTitleHeight()

bBrowser:Redraw()

 


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