mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 17:33:02 +02:00
17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
object FPWebModule1: TFPWebModule1
|
|
OnCreate = DataModuleCreate
|
|
OldCreateOrder = False
|
|
Actions = <
|
|
item
|
|
Name = 'listfiles'
|
|
Default = True
|
|
OnRequest = listfilesRequest
|
|
end>
|
|
AfterResponse = DataModuleAfterResponse
|
|
CreateSession = False
|
|
Height = 300
|
|
HorizontalOffset = 290
|
|
VerticalOffset = 149
|
|
Width = 400
|
|
end
|