AddMessage OLE Automation Routine


AddMessage( message )

  • message string to add to message buffer.
  • Wilbur maintains a list of messages that would normally appear in warning boxes etc. This list can be retrieved with the GetMessage routine and cleared with the ClearMessage routine. The AddMessage routine is provided so you can inject your own messages into this list. A newline will automatically be added to the end of message.

    Example:

    wilbur.AddMessage("My error or diagnostic message")

    Copyright © 1999 RedTree Development Inc. All rights reserved.
    Information in this document is subject to change without notice.
    Other products and companies referred to herein are trademarks or registered trademarks of their respective companies or mark holders.