ExceptionDisplayMode

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

ExceptionDisplayMode

Possible values: smAlert, smNewWindow, smSameWindow, smSameWindowFrame

 

Use this property to inform IntraWeb how to show an Application Exception to the user.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.ExceptionDisplayMode

 

ETYPE=Property

 

Declaration:

Delphi:

published property ExceptionDisplayMode: TIWShowMessageType;

C++:

__published: __property TIWShowMessageType ExceptionDisplayMode;

 

Description: This is ExceptionDisplayMode, a member of class TIWServerControllerBase.