git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
object IWServerController: TIWServerController
|
|
OldCreateOrder = True
|
|
AppName = 'MyIWApp'
|
|
ComInitialization = ciNormal
|
|
SessionTrackingMethod = tmURL
|
|
Description = 'SQL Server Data Access Demo - IntraWeb'
|
|
DestinationDevice = ddWeb
|
|
ExceptionDisplayMode = smAlert
|
|
ExecCmd = 'EXEC'
|
|
HistoryEnabled = False
|
|
Port = 0
|
|
RestrictIPs = False
|
|
ShowResyncWarning = True
|
|
SessionTimeout = 10
|
|
SSLPort = 0
|
|
SupportedBrowsers = [brIE, brNetscape6, brOpera]
|
|
OnNewSession = IWServerControllerBaseNewSession
|
|
Left = 171
|
|
Top = 149
|
|
Height = 105
|
|
Width = 206
|
|
end
|
|
OldCreateOrder = True
|
|
AppName = 'MyIWApp'
|
|
ComInitialization = ciNormal
|
|
SessionTrackingMethod = tmURL
|
|
Description = 'SQL Server Data Access Demo - IntraWeb'
|
|
DestinationDevice = ddWeb
|
|
ExceptionDisplayMode = smAlert
|
|
ExecCmd = 'EXEC'
|
|
HistoryEnabled = False
|
|
Port = 0
|
|
RestrictIPs = False
|
|
ShowResyncWarning = True
|
|
SessionTimeout = 10
|
|
SSLPort = 0
|
|
SupportedBrowsers = [brIE, brNetscape6, brOpera]
|
|
OnNewSession = IWServerControllerBaseNewSession
|
|
Left = 171
|
|
Top = 149
|
|
Height = 105
|
|
Width = 206
|
|
end
|