Syntax
Public Sub Remove (ByRef vkey as String)
Description
This method is used to remove the news from Cnews collection by the given news number.
Parameters
Key | Description |
vKey | News number to be removed, value of type String. |
Sample
Public WithEvents server As new CVertexFXNewsSvr Private Sub SendNew_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SendNew.Click news.Remove (NewsNumber) End Sub
See Also