mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 07:02:50 +02:00
20 lines
328 B
Plaintext
20 lines
328 B
Plaintext
object FPWebModule1: TFPWebModule1
|
|
Actions = <
|
|
item
|
|
Name = 'Pie'
|
|
Default = True
|
|
OnRequest = PieRequest
|
|
end
|
|
item
|
|
Name = 'File'
|
|
OnRequest = FileRequest
|
|
end>
|
|
ActionVar = 'Action'
|
|
left = 272
|
|
top = 230
|
|
Height = 0
|
|
HorizontalOffset = 0
|
|
VerticalOffset = 0
|
|
Width = 0
|
|
end
|