hwIMessageLog IsAutopostEnabled
Finds if the Message Log will be displayed when a new message is added.
Syntax
hwIMessageLog_handle IsAutopostEnabled
Application
HyperWorks Tcl Query
Description
This command finds if the Message Log will be displayed when a new message is added. If the Message Log will be displayed, true is returned. If the Message Log will not be displayed, then false is returned.
Example
hwi GetSessionHandle sess;
sess GetMessageLogHandle msgLog;
msgLog IsAutopostEnabled;
Error
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Message Log
Query