ServerController.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > X > BackButton >

ServerController.dfm

object IWServerController: TIWServerController

 OldCreateOrder = False

 AuthBeforeNewSession = False

 AllowSubFolders = False

 AppName = 'MyApp'

 CacheExpiry = 2

 ComInitialization = ciNone

 Compression.Enabled = False

 Compression.Level = 6

 Description = 'My IntraWeb Application'

 DebugHTML = False

 Log = loNone

 EnableImageToolbar = False

 ExceptionDisplayMode = smAlert

 ExecCmd = 'EXEC'

 FilesDir = 'Files\'

 HistoryEnabled = True

 InternalFilesURL = '/'

 Browser32Behaviour.Netscape4As32 = True

 Browser32Behaviour.Netscape6As32 = True

 Browser32Behaviour.IExplorer4As32 = True

 PageTransitions = False

 Port = 8888

 ReEntryOptions.AutoCreateSession = False

 RestrictIPs = True

 RestrictSubnet = False

 RedirectMsgDelay = 0

 ServerResizeTimeout = 0

 SessionTrackingMethod = tmURL

 ShowResyncWarning = False

 SessionTimeout = 10

 StartCmd = 'START'

 SupportedBrowsers = [brIE, brNetscape7, brOpera, brNetscape6]

 SSLOptions.NonSSLRequest = nsAccept

 SSLOptions.Port = 0

 ThreadPoolSize = 32

 UnknownBrowserAction = ubReject

 UseInternalFiles = False

 Version = '9.0.1'

 OnBackButton = IWServerControllerBaseBackButton

 Height = 300

 Width = 344

end