Navigation:  Classes > bColumnMoveEvent >

bColumnMoveEvent:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bColumnMoveEvent.

Class

bColumnMoveEvent

Type

Method

Syntax

bColumnMoveEvent{

<hWindow>,

<iMessage>,

<iWParam>,

<iLParam>,

<oWindow>,

<oColumn>,

<iPositionOld>,

<iPositionNew>

} Æ oColumnMoveEvent

Arguments

<hWindow>The window handle of the owner of the event.
Data Type:Ptr

 

<iMessage>The constant of the message (WM_COMMAND).
Data Type:Integer

 

<iWParam>The WParam of the message.
Data Type:DWord

 

<iLParam>The LParam of the message.
Data Type:Long

 

<oWindow>The owner of the event.
Data Type:Object

 

<oColumn>The column that was moved.
Data Type:bDataColumn

 

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

 

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

Return Value

oColumnMoveEventThe created object of the class bColumnMoveEvent.
Data Type:bColumnMoveEvent

Description

bColumnMoveEvent:Init() creates a new object of the class bColumnMoveEvent and initializes it.

See Also

bBrowser:ColumnMove()

 


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