Click or drag to resize

DataServer.RegisterClient Method (Typed)

X#
Register an object as a client of this data server, so that it receives notification messages from the server about certain actions.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RegisterClient(
	oForm AS Object
) AS LOGIC
Request Example View Source

Parameters

oForm
Type: Object
The object to be registered as a client of this data server (for example, a data window or a data browser). Any object that provides a Notify() method can register itself as a client.

Return Value

Type: Logic
See Also