The primary task of the TitleMatch object is to create a collection of FoundTitle objects that meet the search criteria entered by the reviewer in the Choose Title dialog box. The object uses two events and has three properties and one method.
TitleMatch events:
Private Sub Class_Initialize()
' Create internal collection object
Set m_items = New Collection
End Sub
Private Sub Class_Terminate()
' Release memory
Set m_items = Nothing
End Sub
TitleMatch method:
TitleMatch properties: