Navigation:  Classes > bBrowser >

bBrowser:ColumnMove()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for moving a column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:ColumnMove(

<oColumn>,

<iPositionOld>,

<iPositionNew>

) Æ lSuccess

Arguments

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

 

<iPositionOld>The old position of the column in the browser before the column was moved.
Data Type:Integer

 

<iPositionNew>The new position of the column in the browser after the column was moved.
Data Type:Integer

Return Value

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

Description

bBrowser:ColumnMove() is a callback method that is called by the browser whenever a column was moved with 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 bColumnMoveEvent as the only argument.

See Also

bBrowser:ColumnResize()

bBrowser:EnableColumnMove()

 


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