
BBjThinClient::getClientPortID
Description
In BBj 4.0 and higher, this method returns the BASIS Port ID from the client machine.
Syntax
Return Value |
Method |
string |
getClientPortID() |
Parameters
None.
Return Value
Returns the BASIS Port ID from the client machine.
Remarks
INFO(0,2) returns the equivalent information from the server machine.

The BUI client returns the server Port ID. See BUI: Interacting with client files for a detailed discussion of the BUI BBjThinClient.
Example
tc! = bbjapi().getThinClient() print tc!.getClientPortID() |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.