psUserErrorCaption - cBaseErrorHandler
The error message box caption for handled (user) errors
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psUserErrorCaption
| Access Type | Syntax |
|---|---|
| Read Access: | Get psUserErrorCaption to StringVariable |
| Write Access: | Set psUserErrorCaption to StringVariable/Value |
Description
Set psUserErrorCaption to change the default caption of the error message box for user-defined or handled application errors.
Sample
Set psUserErrorCaption of ghoErrorHandler to "Operator Error"