Navigation:  Classes > bBrowser >

bBrowser:ColumnResize()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method that is called if the mouse changed the width of a column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:ColumnResize(

<oColumn>,

<iWidthOld>,

<iWidthNew>

) Æ lSuccess

Arguments

<oColumn>The column whose width was changed. The column must be contained in the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:bDataColumn

 

<iWidthOld>The old width of the column before the width of column was changed.
Data Type:Integer

 

<iWidthNew>The new width of the column, after the width of column was changed.
Data Type:Integer

Return Value

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

Description

bBrowser:ColumnResize() is a callback method that is called by the browser whenever the width of a column was changed by the mouse. The method checks whether a method with the same name is defined in the owner of the browser and calls this with an object of class bColumnResizeEvent as the only argument.

See Also

bBrowser:ColumnMove()

bBrowser:EnableColumnResize()

bBrowser:ResizeColumn()

 


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