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 bRecordAppendEvent and initializes it.

See Also

bBrowser:RecordAppend()

 


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