hwIMessageLog IsVisible
Finds if the Message Log is visible or hidden.
Syntax
hwIMessageLog_handle IsVisible
Application
HyperWorks 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
HyperWorks
Tcl
Message Log
Query