
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.
Remarks

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
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.