Delphi深度探索,Delphi深度探索(第二版)
源代码在线查看: servercontroller.dfm
object IWServerController: TIWServerController
OldCreateOrder = False
AppName = 'MyIWApp'
ComInitialization = ciMultiThreaded
SessionTrackingMethod = tmURL
Description = 'My Intraweb Application'
DestinationDevice = ddWeb
ExceptionDisplayMode = smAlert
ExecCmd = 'EXEC'
HistoryEnabled = False
Port = 0
RestrictIPs = False
ShowResyncWarning = True
SessionTimeout = 10
SSLPort = 0
StartCmd = 'start'
SupportedBrowsers = [brIE, brNetscape6]
OnNewSession = IWServerControllerBaseNewSession
Left = 275
Top = 188
Height = 310
Width = 342
end