| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > HistHandlerClass > HistHandlerClass Methods >====== Init (initialize the HistHandlerClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[histhandlerclass methods.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takeevent process window events .htm|{{btn_next_n.gif|Next page}}]] | | || **Init(**//win//**, **//err//**, **//history//**)** {{blk2blue.jpg|blk2blue.jpg}} | **Init** | Initialize the HistHandlerClass object. | | //Win// | A reference to the message box window which the HistHandler uses. | | //Err// | The label of the ErrorClass object. | | //History// | A reference to the ErrorHistoryList structure that holds the history for errors that have previously occurred. | The **Init **method initializes the HistHandlerClass object. This object is initialized from the ErrorClass.HistoryMsg method. **See Also:**     [[historymsg initialize the message window .htm|ErrorClass.HistoryMsg]]