This property specifies message dialog box output of PowerBSORT OCX.
Syntax
object.DispMessage = boolean
object
This specifies object expressions that define references to objects.
boolean
This specifies whether to display the message dialog box. As for values to be set, refer to the following setting value.
Setting value
Setting values of the DispMessage property are as follows.
Setting value | Meaning |
---|---|
True | The message dialog box is displayed. |
False | The message dialog box is not displayed. (Default value) |
Description
When True is specified, the message dialog box is displayed on the screen.
When this specification is omitted, the message dialog box is not displayed.
In any case, the error code is set to the ErrorCode property, ErrorDetail property, and SubErrorCode property for error information.