Switch to: V12V11V10V9V8V7V6V5

VClientInfo Class: Properties

VClientInfo.Address

Declaration:

Address as String (r/o)

Returns the IP address of the client computer.

Example:

addr = cliInf.Address

VClientInfo.ConnectionID

Declaration:

ConnectionID as Integer (r/o)

Returns the ID of this connection.

Example:

cid = cliInf.ConnectionID

VClientInfo.CursorCount

Declaration:

CursorCount as Integer (r/o)

Returns the number of cursors under scope of this connection.

Example:

cursCount = cliInf.CursorCount

VClientInfo.Login

Declaration:

Login as String (r/o)

Returns the login of this connection.

Example:

login = cliInf.Login

VClientInfo.Port

Declaration:

Port as Integer (r/o)

Returns the port number of the client computer.

Example:

port = cliInf.Port