Silent Property (ALog)

Returns or sets whether any dialog boxes can be displayed to reflect errors, etc.

Syntax

Object.Silent [ = bSilent ]

The Silent property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bSilent

Bool

A boolean expression that specifies whether any dialog boxes can be displayed to reflect errors, etc.

Where

bSilent can be one of the following:

 

Value

Description

True

Dialog boxes will not be displayed

False *

Dialog boxes will be displayed..

Comments

For ATEasy application the property returns False. Setting the Silent property to True will cause error if the appropriate interface is not implemented.

Applies to

ALog