ServerController.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > Template Demos > Template Unicode >

ServerController.dfm

object IWServerController: TIWServerController

 OldCreateOrder = False

 AuthBeforeNewSession = False

 AppName = 'MyApp'

 CharSet = 'UTF-8'

 CacheExpiry = 120

 ComInitialization = ciNone

 Compression.Enabled = False

 Compression.Level = 6

 Description = 'My IntraWeb Application'

 DebugHTML = False

 DisplayName = 'IntraWeb 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.2.0'

 AllowMultipleSessionsPerUser = True

 DocType = ''

 Height = 310

 Width = 342

end