Purpose
Creates an object of the class bCellGroupEvent.
Class
Type
Method
Syntax
bCellGroupEvent{
<hWindow>,
<iMessage>,
<iWParam>,
<iLParam>,
<oWindow>,
<oCellGroupItem>
} Æ oCellGroupEvent
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 |
| <oCellGroupItem> | The cell group on which an action is executed. |
| Data Type: | bCellGroupItem |
Return Value
| oCellGroupEvent | The created object of the class bCellGroupEvent. |
| Data Type: | bCellGroupEvent |
Description
bCellGroupEvent:Init() creates a new object of the class bCellGroupEvent and initializes it.
See Also
Page url: http://www.YOURSERVER.com/index.html?bcellgroupevent_init.htm