The RFError object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS. However, not all methods are supported on all OS types.
The RFError object lets you define and display error messages within your applications.
Methods
|
Clears error messages from the RFError object. |
|
|
Displays error messages. |
|
|
Defines error message text at a specific row on the device. |
Prog IDs
“WAVELINKOLE.RFERROR”
Remarks
Once defined, an error message will remain within the RFError object until either the object is released, a new message is defined over an existing line of error message using SetErrorLine, or all message lines are cleared using ClearError. This allows you to use a single error object within your application which may be modified for each error message rather than creating a new error object for each individual error message.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other