Click or drag to resize

DbUnRegisterClient Function

X#
Unregister an object that receives notification messages for Workarea events.

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

Parameters

oClient
Type: IDbNotify

Return Value

Type: Logic
TRUE when unregistration succceeded. FALSE when the the client was not registered.
See Also