mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-15 03:06:01 +02:00
18 lines
390 B
Plaintext
18 lines
390 B
Plaintext
object FPWebModule1: TFPWebModule1
|
|
OnCreate = DataModuleCreate
|
|
OldCreateOrder = False
|
|
Actions = <
|
|
item
|
|
Name = 'listfiles'
|
|
Default = True
|
|
OnRequest = listfilesRequest
|
|
Template.AllowTagParams = False
|
|
end>
|
|
AfterResponse = DataModuleAfterResponse
|
|
CreateSession = False
|
|
Height = 300
|
|
HorizontalOffset = 290
|
|
VerticalOffset = 149
|
|
Width = 400
|
|
end
|