Navigation:  Classes > bBrowserColumn >

bBrowserColumn:ClearHeightOfCaption()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Resets the height of the column caption to an undefined value.

Class

bBrowserColumn

Type

Method

Syntax

<oBrowserColumn>:ClearHeightOfCaption() Æ lSuccess

Return Value

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

Description

bBrowserColumn:ClearHeightOfCaption() clears the height of the column caption and sets it to an undefined value. If the column is a sub column of a group column then the caption height of the group column is also cleared.

 

The method should be called before the height of the column caption is calculated with a call to bBrowserColumn:CalculateHeightOfCaption(). The bBrowser calls the method from bBrowser:AdjustCaptionHeight() internally.

See Also

bBrowser:AdjustCaptionHeight()

bBrowser:AutoCaptionHeight

bBrowserColumn:CalculateHeightOfFooter()

bDataColumn:CalculateHeightOfValue()

 


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