TrkRecords.RemoveFromCollection (method)

method RemoveFromCollection
Syntax: object.RemoveFromCollection bstrRecId
Parameters:
bstrRecId As String -
ID of the record that is to be removed from the collection.
If the value specified in this parameter is the literal "ALL", then all the records in the collection are deleted.
Description:

Removes a particular record, or all the records, from the TrkRecords collection. This method only manipulates the memory. This method does not remove any data from the database, nor performs any other database operation. Use this method only to remove records added using the TrkRecords.Add method.