mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
24 lines
616 B
Plaintext
24 lines
616 B
Plaintext
object WebModule1: TWebModule1
|
|
OnCreate = WebModuleCreate
|
|
OnDestroy = WebModuleDestroy
|
|
Actions = <
|
|
item
|
|
Default = True
|
|
Name = 'DefaultHandler'
|
|
PathInfo = '/'
|
|
end>
|
|
Height = 230
|
|
Width = 415
|
|
object FDMemTable1: TFDMemTable
|
|
FetchOptions.AssignedValues = [evMode]
|
|
FetchOptions.Mode = fmAll
|
|
ResourceOptions.AssignedValues = [rvSilentMode]
|
|
ResourceOptions.SilentMode = True
|
|
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
|
|
UpdateOptions.CheckRequired = False
|
|
UpdateOptions.AutoCommitUpdates = True
|
|
Left = 192
|
|
Top = 96
|
|
end
|
|
end
|