Returns or sets whether any dialog boxes can be displayed to reflect errors, etc.
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. |
bSilent can be one of the following:
|
Value |
Description |
|
True |
Dialog boxes will not be displayed |
|
False * |
Dialog boxes will be displayed.. |
For ATEasy application the property returns False. Setting the Silent property to True will cause error if the appropriate interface is not implemented.