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