Purpose
Creates an object of the class bColumnMoveEvent.
Class
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
| oColumnMoveEvent | The 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
Page url: http://www.YOURSERVER.com/index.html?bcolumnmoveevent_init.htm