Click or drag to resize

DbRegisterClient Function

X#
Register an object that will receive notification messages for Workarea events.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION DbRegisterClient(
	oClient AS IDbNotify
) AS LOGIC
Request Example View Source

Parameters

oClient
Type: IDbNotify

Return Value

Type: Logic
TRUE when registration succceeded. FALSE when the client was already registered
See Also