SftDirectory 2.5

SftDirectory.ShowErrors Property

Softel vdm, Inc.

Defines whether error messages are displayed.

Syntax       

Get

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;
VARIANT_BOOL Boolean = object->GetShowErrors();

C

HRESULT object->get_ShowErrors(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.ShowErrors   : WordBool;

Put

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;
void object->PutShowErrors(VARIANT_BOOL 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.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com