DataServer.RegisterClient Method (Typed) |  |
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.18
Syntax VIRTUAL METHOD RegisterClient(
oForm AS Object
) AS LOGIC
public virtual bool RegisterClient(
Object oForm
)
Request Example
View SourceParameters
- 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