mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
object MainWebModule: TMainWebModule
|
|
OldCreateOrder = False
|
|
OnCreate = DataModuleCreate
|
|
OnDestroy = DataModuleDestroy
|
|
Actions = <
|
|
item
|
|
Default = True
|
|
Name = 'DefaultHandler'
|
|
PathInfo = '/'
|
|
end>
|
|
Height = 150
|
|
Width = 215
|
|
end
|