DataServer.RegisterClient Method |  |
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.17
Syntax VIRTUAL METHOD RegisterClient(
oForm
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RegisterClient(
Usual oForm = default
)
Request Example
View SourceParameters
- 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