BBjEventData::getEventTypeName

Description

In BBj 17.0 and higher, returns a string name for the type of event that occurred.

Syntax

Return Value

Method

string

getEventTypeName()

Parameters

None.

Return Value

Returns a string containing the type name.

Remarks

None.

Example

rem 'Get the BBjEventData object

data! = BBjAPI().getEventData()
name$ = data!.getEventTypeName())

See Also

BBjAPI

BBjAPI::getEventData

BBjEventData

ObjectVariables

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