| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ErrorClass > ErrorClass Methods >====== GetSilent (get silent error flag) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[getprocedurename return procedure name .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[historymsg initialize the message window .htm|{{btn_next_n.gif|Next page}}]] | | || **GetSilent(**// //**)** {{blk2blue.jpg|blk2blue.jpg}} | **GetSilent** | Retrieves the current state of error display mode. | **GetSilent** retrieves the value of the ErrorClass **Silent** private property. The **Silent** property determines whether an error will be displayed to the screen. If Silent is set to one (1 or True), the error message box will not be displayed to the screen; however it will be added to the error log file. If Silent is set to zero, (0 or False) the error is displayed to the screen as well as added to the error log file. **Return Data Type:**     BYTE **See Also:** [[setsilent set silent error flag .htm|SetSilent]]