| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > TagHTMLHelp Class > TagHTMLHelp Methods >====== KeyWordLookup (lookup keyword) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize html help object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[kill shutdown the taghtmlhelp object .htm|{{btn_next_n.gif|Next page}}]] | | || **KeyWordLookup(** //keywords//**, | **//messagetext//**, **//messagetitle//** |)** {{blk2blue.jpg|blk2blue.jpg}} | **KeyWordLookup** | Look up one or more keywords. | | //keywords// | A string constant, variable, EQUATE, or expression containing the Associative link (//keyword//)to search for. Multiple keywords can be used by concatenating them with semicolons (;). | | //messagetext// | A string constant, variable, EQUATE, or expression containing the message to display in a message box if the Alink is not found. | | //messagetitle// | A string constant, variable, EQUATE, or expression containing the title of the message box dialog. | The **KeyWordLookup **method looks up Keywords within a compiled help (.chm) file. Keywords are a collection of words and phrases that make up the help file's index. They are used to find specific help topics. **Example:** **oHH.KeyWordLookUp( 'Demo' )**