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