hwIMessageLog EnableAutopost
Configures the Message Log to be displayed when a new message is added.
Syntax
hwIMessageLog_handle EnableAutopost
Application
HyperWorks Tcl Modify
Description
This command configures the Message Log to be displayed when a new message is added.
Example
hwi GetSessionHandle sess;
sess GetMessageLogHandle msgLog;
msgLog EnableAutopost;
Error
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Message Log
Modify