Click or drag to resize

DataServer.RegisterClient Method

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

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RegisterClient(
	oForm
) AS USUAL CLIPPER
Request Example View Source

Parameters

oForm (Optional)
Type: Usual
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: Usual
See Also