IpcTopic.AddItem Method | |
Add an item to the list of items associated with the topic.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AddItem(
cItemString
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AddItem(
Usual cItemString = default
)
Request Example
View SourceParameters
- cItemString (Optional)
- Type: Usual
The IPC item to be added to the list of items associated with the topic.
Return Value
Type:
UsualSee Also