Category Creo Parametric user interface, Object ProMessage

Function ProMessageClear


Description
Scrolls the text in the message area up one line after a call to ProMessageDisplay(). This command produces only one carriage return; if called multiple times the command is ignored.
Replacement in Object TOOLKIT: pfcSession::UIClearMessage
Synopsis
#include <ProMessage.h>
voidProMessageClear(void)
Returns
None

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Messages: Writing a Message to the Message Window
  3. User Interface: Messages: Writing a Message to the Message Window

Sample Code References:

  1. pt_examples ( TestAsm.c )
  2. pt_examples ( TestAsm.c )
  3. pt_examples ( TestAsm.c )
  4. pt_examples ( TestAsm.c )
  5. pt_examples ( TestAsm.c )
  6. pt_examples ( TestAsm.c )
  7. pt_examples ( TestDrag.c )
  8. pt_examples ( TestConfig.c )
  9. pt_examples ( TestConfig.c )
  10. pt_examples ( TestConfig.c )
  11. pt_examples ( TestGraphics.c )
  12. pt_examples ( TestMain.c )
  13. pt_examples ( TestMain.c )
  14. pt_examples ( TestMain.c )
  15. pt_examples ( TestMessage.c )
  16. pt_examples ( TestMessage.c )
  17. pt_examples ( TestMessage.c )
  18. pt_examples ( TestMessage.c )
  19. pt_userguide ( UgGeomChildDisp.c )
  20. pt_userguide ( UgGeomCurveLength.c )
  21. pt_userguide ( UgGeomSurfArea.c )
  22. pt_userguide ( UgGeomSurfRename.c )