Navigation:  Classes > bGroupColumn >

bGroupColumn:CalculateWidth()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Calculates the width of the group column.

Class

bGroupColumn

Type

Method

Syntax

<oGroupColumn>:CalculateWidth() Æ iWdth

Return Value

iWidthThe calculated width of the column.
Data Type:DWord

Description

bGroupColumn:CalculateWidth() calculates the width of the column. At this all added columns (see also bGroupColumn:ColumnList) are considered.

 

The calculated width is set automatically in the bGroupColumn object and can be queried by the access bBrowserColumn:Width.

 

So that changes at the column width can be processed correct by the bBrowser, the bBrowser must be recalculated by calling the method bBrowser:Recalculate(). This is only necessary if the column is inside the visible area of the bBrowser.

See Also

bBrowser:Recalculate()

bBrowserColumn:CalculateHeightOfCaption()

bBrowserColumn:CalculateHeightOfFooter()

bBrowserColumn:Width

bGroupColumn:ColumnList

 


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