BBjThinClient::getClientBBjVersion

Description

In BBj 3.01 and higher, this method returns the BBj version from the client machine.

Syntax

Return Value

Method

string

getClientBBjVersion()

Parameters

None.

Return Value

Returns the BBj version (REV) from the client machine.

BUI logoRemarks

The BUI client returns the server BBj version. See BUI: Interacting with client files for a detailed discussion of the BUI BBjThinClient.

Example

tc! = bbjapi().getThinClient()
print tc!.getClientBBjVersion()

See Also

BBjAPI

BBjThinClient

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