RemoveItem Method
Description
Removes item from the database. Removal takes place immediately, without a Post.
Syntax
Visual Basic
Public Sub RemoveItem( _
   ByVal ItemKey As Variant _
) 
Parameters
ItemKey
A Trace.ID, a Trace Object, a variant array of Trace objects, or a List of Trace objects.
See Also