ServerController.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > FrameInheritanceDemo >

ServerController.dfm

object IWServerController: TIWServerController

 OldCreateOrder = False

 AppName = 'MyApp'

 Description = 'My IntraWeb Application'

 DisplayName = 'IntraWeb Application'

 Port = 8888

 ServerResizeTimeout = 0

 ShowLoadingAnimation = True

 SessionTimeout = 10

 SSLOptions.NonSSLRequest = nsAccept

 SSLOptions.Port = 0

 SSLOptions.SSLVersions = []

 Version = '14.0.54'

 AllowMultipleSessionsPerUser = False

 OnNewSession = IWServerControllerBaseNewSession

 Height = 310

 Width = 342

end