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
The TSTest.ID (long), a reference to the TSTest Object, or a Variant array of TSTest.IDs.
See Also