Purpose
Creates an object of the class bRowEvent.
Class
Type
Method
Syntax
bRowEvent{
<hWindow>,
<iMessage>,
<iWParam>,
<iLParam>,
<oWindow>,
<nRowNo>,
<nRecNo>
} Æ oRowEvent
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 |
| <nRowNo> | The row number of the row to which the event refers. |
| Data Type: | Integer | Float |
| <nRecNo> | The record number of the row to which the event refers. |
| Data Type: | Integer | Float |
Return Value
| oRowEvent | The created object of the class bRowEvent. |
| Data Type: | bRowEvent |
Description
bRowEvent:Init() creates a new object of the class bRowEvent and initializes it.
Page url: http://www.YOURSERVER.com/index.html?browevent_init.htm