BBjEventData::getEventName

Description

In BBj 17.0 and higher, this method returns the short descriptive name of the event that occurred.

Syntax

Return Value

Method

string

getEventName()

Parameters

None.

Return Value

Returns a string containing the short, descriptive name of the event that occurred.

Remarks

None.

Example

rem 'Get the BBjEventData object

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

See Also

BBjAPI

BBjAPI::getEventData

BBjEventData

ObjectVariables

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