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.