|
|
|
SftDirectory.ShowErrors Property |
Defines whether error messages are displayed.
Syntax
VB.NET |
Boolean = object.ShowErrors As Boolean |
||
VB |
Boolean = object.ShowErrors As Boolean |
||
C#.NET |
bool Boolean = object.ShowErrors; |
||
VC++ |
VARIANT_BOOL Boolean = object->ShowErrors;
|
||
C |
HRESULT object->get_ShowErrors(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.ShowErrors : WordBool; |
||
VB.NET |
object.ShowErrors = Boolean As Boolean |
||
VB |
object.ShowErrors = Boolean As Boolean |
||
C#.NET |
bool object.ShowErrors = Boolean; |
||
VC++ |
VARIANT_BOOL object->ShowErrors = Boolean;
|
||
C |
HRESULT object->put_ShowErrors(VARIANT_BOOL Boolean); |
||
Delphi |
object.ShowErrors := Boolean : WordBool; |
object
A SftDirectory object.
Boolean
Defines whether error messages are displayed.
Boolean |
Description |
True |
Error messages that are generated by the Windows Shell and available Shell extensions are displayed. |
False |
Any error messages that would be generated by the Windows Shell and available Shell extensions are suppressed. |
Comments
The ShowErrors property defines whether error messages are displayed.
The ErrorWindow property defines the top-level application window for error message reporting.