ServerController.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XII > Delphi > URLMapping >

ServerController.dfm

object IWServerController: TIWServerController

 OldCreateOrder = False

 AuthBeforeNewSession = False

 AppName = 'MyApp'

 CharSet = 'UTF-8'

 ComInitialization = ciNone

 Compression.Enabled = False

 Compression.Level = 6

 Description = 'My IntraWeb Application'

 DebugHTML = False

 DisplayName = 'IntraWeb (VCL for the Web) Application'

 Log = loNone

 EnableImageToolbar = False

 ExceptionDisplayMode = smAlert

 HistoryEnabled = False

 InternalFilesURL = '/'

 JavascriptDebug = False

 PageTransitions = False

 Port = 8888

 RedirectMsgDelay = 0

 ServerResizeTimeout = 0

 ShowLoadingAnimation = True

 SessionTimeout = 10

 SSLOptions.NonSSLRequest = nsAccept

 SSLOptions.Port = 0

 SSLOptions.SSLVersion = sslv3

 Version = '12.0.8'

 AllowMultipleSessionsPerUser = True

 OnNewSession = IWServerControllerBaseNewSession

 Height = 310

 Width = 342

end