Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.8 DispMessage property

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