ServerController.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > ISAPIRunProcess >

ServerController.dfm

object IWServerController: TIWServerController

 OldCreateOrder = False

 AuthBeforeNewSession = False

 AppName = 'MyApp'

 ComInitialization = ciNone

 Compression.Enabled = True

 Description = 'My IntraWeb Application'

 DebugHTML = False

 DisplayName = 'IntraWeb Application'

 Log = loNone

 EnableImageToolbar = False

 ExceptionDisplayMode = smAlert

 PageTransitions = False

 Port = 8888

 RedirectMsgDelay = 0

 ServerResizeTimeout = 0

 ShowLoadingAnimation = True

 SessionTimeout = 10

 SSLOptions.NonSSLRequest = nsAccept

 SSLOptions.Port = 0

 Version = '14.0.0'

 AllowMultipleSessionsPerUser = False

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

 OnNewSession = IWServerControllerBaseNewSession

 Height = 310

 Width = 342

end