Click or drag to resize

IpcServer.DataUpdate Method

X#
Called whenever a client calls IpcClient:ChangeData().

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DataUpdate(
	oIpcDataUpdateEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oIpcDataUpdateEvent (Optional)
Type: Usual
Stores the topic name, item name, and the changed data as a string.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
When this method is called, the server should update itself. This functionality is provided by the developer in the overridden method, not by X#.
See Also