BBjEventData::getEventId

Description

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

Syntax

Return Value

Method

string

getEventId()

Parameters

None.

Return Value

Returns a string containing the unique identifier.

Remarks

None.

Example

rem 'Get the BBjEventData object

data! = BBjAPI().getEventData()
id$ = data!.getEventId())

See Also

BBjAPI

BBjAPI::getEventData

BBjEventData

ObjectVariables

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