hwIMessageLog IsVisible
Finds if the Message Log is visible or hidden.
Syntax
hwIMessageLog_handle IsVisible
Application
Tcl Query
Description
This command finds if the Message Log is visible or hidden. If the Message Log is shown, true is returned. If the Message Log is hidden, then false is returned.
Example
hwi GetSessionHandle sess;
sess GetMessageLogHandle msgLog;
msgLog IsVisible
Error
Success (0) or an error message is returned.
Keywords
Tcl
Message Log
Query