-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDSimpleDWScript.dfm
More file actions
45 lines (45 loc) · 1.1 KB
/
Copy pathDSimpleDWScript.dfm
File metadata and controls
45 lines (45 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
object SimpleDWScript: TSimpleDWScript
OldCreateOrder = False
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Left = 745
Top = 94
Height = 282
Width = 341
object dwsHtmlFilter: TdwsHtmlFilter
PatternOpen = '<?pas'
PatternClose = '?>'
PatternEval = '='
Left = 208
Top = 32
end
object dwsGlobalVarsFunctions: TdwsGlobalVarsFunctions
Left = 208
Top = 96
end
object DelphiWebScript: TDelphiWebScript
Config.Filter = dwsHtmlFilter
Config.MaxRecursionDepth = 512
Config.CompileFileSystem = dwsCompileSystem
Config.RuntimeFileSystem = dwsRuntimeFileSystem
Config.TimeoutMilliseconds = 3000
Config.StackChunkSize = 300
Config.OnInclude = DoInclude
Config.OnNeedUnit = DoNeedUnit
Left = 72
Top = 32
end
object dwsCompileSystem: TdwsRestrictedFileSystem
Left = 72
Top = 96
end
object dwsRuntimeFileSystem: TdwsRestrictedFileSystem
Left = 72
Top = 160
end
object dwsComConnector: TdwsComConnector
StaticSymbols = False
Left = 208
Top = 160
end
end