Click or drag to resize

IpcServer.UpdateTopic Method

X#
Request that the server update a particular topic and item.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD UpdateTopic(
	cTopic,
	cItem
) AS USUAL CLIPPER
Request Example View Source

Parameters

cTopic (Optional)
Type: Usual
The IPC topic to be updated.
cItem (Optional)
Type: Usual
The IPC item to be updated.

Return Value

Type: Usual
Remarks
This results in the invocation of IpcServer:DataRequest(). Then the clients associated with the topic and item pair are updated with the new value.
See Also