OutputMessages.Remove

Syntax

OutputMessages.Remove( index)

Purpose

Removes the specified item from this collection, if it exists.

Remarks

This method releases only the reference to the OutputMessage object the collection holds. To delete the OutputMessage object, you must release all other references.

Parameters

index As Long

[In] Specifies the zero-based index of the item to remove.

See Also

OutputMessages.Add

OutputMessages.Clear

OutputMessages.TransferMessagesToCollection