ServerController.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > ExceptionLogger >

ServerController.dfm

object IWServerController: TIWServerController

 OldCreateOrder = False

 AuthBeforeNewSession = False

 AppName = 'MyApp'

 ComInitialization = ciNone

 Compression.Enabled = True

 Compression.Level = 6

 Description = 'My IntraWeb Application'

 DebugHTML = False

 DisplayName = 'IntraWeb Application'

 Log = loNone

 EnableImageToolbar = False

 ExceptionDisplayMode = smAlert

 HistoryEnabled = False

 JavascriptDebug = False

 PageTransitions = False

 Port = 8888

 RedirectMsgDelay = 0

 ServerResizeTimeout = 0

 ShowLoadingAnimation = True

 SessionTimeout = 10

 SSLOptions.NonSSLRequest = nsAccept

 SSLOptions.Port = 0

 SSLOptions.SSLVersion = sslv3

 Version = '14.0.7'

 AllowMultipleSessionsPerUser = False

 ExceptionLogger.ReportInfos = [riAppInfo, riExceptionInfo, riIWAppInfo, riStackTrace]

 ExceptionLogger.Enabled = True

 OnNewSession = IWServerControllerBaseNewSession

 Height = 310

 Width = 342

end