Purpose
Creates an object of the class bCellEditEvent.
Class
Type
Method
Syntax
bCellEditEvent{
<hWindow>,
<iMessage>,
<iWParam>,
<iLParam>,
<oWindow>,
<iEditMode>,
<oEditCell>,
<oEditControl>
} Æ oCellEditEvent
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 |
| <iEditMode> | The editing mode in which the cell is. |
Supported values are:
| • | BEDIT_CREATE |
| • | BEDIT_INIT |
| • | BEDIT_SHOW |
| • | BEDIT_END |
| • | BEDIT_CANCEL |
| • | BEDIT_COMMIT |
| • | BEDIT_HIDE |
| Data type: | Integer |
| <oEditCell> | The cell that is in the edit process. |
| Data type: | bCell |
| <oEditControl> | The control in which the edit takes place. |
| Data type: | Control |
Return Value
| oCellEditEvent | The created object of the class bCellEditEvent. |
| Data type: | bCellEditEvent |
Description
bCellEditEvent:Init() creates a new object of the class bCellEditEvent and initializes it.
See Also
Page url: http://www.YOURSERVER.com/index.html?bcelleditevent_init.htm