The public class WaveLinkMessageBox is supported on Windows Mobile, Windows CE, Palm, and DOS.
The Class WaveLinkMessageBox provides methods for creating, displaying, and destroying error messages on the device.
Constructors
public WaveLinkMessageBox()
throws WaveLinkError
public WaveLinkMessageBox(IWaveLinkSession currentSession)
throws WaveLinkError
public WaveLinkMessageBox(WaveLinkIO ioIface)
throws WaveLinkError
Methods
Clears error messages from the WaveLinkMessageBox object. |
|
Displays error messages. |
|
Defines error message text at a specific row on the device. |
Remarks
Once defined, an error message remains in the WaveLinkMessageBox object until either the object is released, a new message is defined over an existing line of error message using SetMessageLine, or all message lines are cleared using ClearMessage. This allows you to use a single error object within your application which may be modified for each error message instead of creating a new error object for each individual error message.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other