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