|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
pure virtual |
Use DRAMA to send a message to the user.
The supplied text is send to the user using MsgOut(). Normally this appears the user interface.
If the message contains line feed characters (
), then they are used to break the message up, with a separate MsgOut() message send for each line.
| text | The message to be sent to the user. |
Implemented in drama::thread::TAction, and drama::thread::TUface.
Referenced by MessageUser(), and MessageUserF().