BBjEventData::getEventType

Description

In BBj 17.0 and higher, this method returns a numeric type identifier for the event.

Syntax

Return Value

Method

BBjNumber

getEventType()

Parameters

None.

Return Value

Returns a number containing the event type.

Remarks

None.

Example

rem 'Get the BBjEventData object

data! = BBjAPI().getEventData()
type = data!.getEventType())

See Also

BBjAPI

BBjAPI::getEventData

BBjEventData

ObjectVariables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.