BBjEventData::getEventDetail

Description

In BBj 17.0 and higher, this method returns a detailed string containing information about the event that occurred. Each event type may return a string of a different format depending on the type of information available from the event.

Syntax

Return Value

Method

string

getEventDetail()

Parameters

None.

Return Value

Returns a string containing detailed information about the event that occurred.

Remarks

None.

Example

rem 'Get the BBjEventData object

data! = BBjAPI().getEventData()
detail$ = data!.getEventDetail())

See Also

BBjAPI

BBjAPI::getEventData

BBjEventData

ObjectVariables

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