BBjAPI::getObjectTable

Description

Obtains a BBjObjectTable that allows access to a map of key value pairs that is accessible at all program levels.

Syntax

Return Value

Method

BBjObjectTable

getObjectTable()

Parameters

None.

Return Value

Returns a BBjObjectTable object.

Remarks

None.

Example

rem 'Obtain the instance of the BBjObjectTable

rem 'Obtain the instance of the BBjAPI object
let myAPI! = BBjAPI()

rem 'Obtain the instance of the BBjObjectTable object
let myObjectTable! = myAPI!.getObjectTable()

See Also

BBjAPI

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