Navigation:  Classes > bRecordAppendEvent >

bRecordAppendEvent:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bRecordAppendEvent.

Class

bRecordAppendEvent

Type

Method

Syntax

bRecordAppendEvent{

<hWindow>,

<iMessage>,

<iWParam>,

<iLParam>,

<oWindow>,

<iMode>,

<oServer>

} Æ oRecordAppendEvent

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

 

<iMode>The mode in which the append is.

Supported values are:

BRA_QUERYAPPEND
BRA_APPENDED
BRA_APPENDFAILURE
Data type:Integer

 

<oServer>The data server to that the event refers.
Data type:Object

Return Value

oRecordAppendEventThe created object of the class bRecordAppendEvent.
Data type:bRecordAppendEvent

Description

bRecordAppendEvent:Init() creates a new object of the class bCellEditEvent and initializes it.

See Also

bBrowser:RecordAppend()

 


Page url: http://www.YOURSERVER.com/index.html?brecordappendevent_init.htm