mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
object MyWebModule: TMyWebModule
|
|
OnCreate = WebModuleCreate
|
|
OnDestroy = WebModuleDestroy
|
|
Actions = <>
|
|
Height = 230
|
|
Width = 415
|
|
object FDPhysSQLiteDriverLink1: TFDPhysSQLiteDriverLink
|
|
Left = 192
|
|
Top = 96
|
|
end
|
|
end
|