BBjAPI::getThinClient

Description

Obtains a BBjThinClient that provides a method to execute on the client's machine in a thin client environment.

Syntax

Return Value

Method

BBjThinClient

getThinClient()

Parameters

None.

Return Value

Returns a BBjThinClient.

Remarks

This method reports an error if the current session is not thin client or BUI.

BUI logo

Browser security restrictions and differences between Java and JavaScript impose some limitations on the BUI implementation of this API. See BUI: Interacting with client files for a detailed discussion of the BUI BBjThinClient.

Example

rem 'Obtain the instance of the BBjThinClient object

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

rem 'Obtain the instance of the BBjThinClient object
let myThinClient! = myAPI!.getThinClient()

See Also

BBjAPI

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