Click or drag to resize

IpcClient.DataUpdate Method

X#
Called whenever the requested data changes. It is invoked after the IpcServer calls its UpdateTopic() method.

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.
See Also