mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-16 05:47:04 +02:00
37 lines
704 B
Plaintext
37 lines
704 B
Plaintext
object FPWebModule1: TFPWebModule1
|
|
OldCreateOrder = False
|
|
Actions = <
|
|
item
|
|
Name = 'Read'
|
|
Default = False
|
|
OnRequest = TFPWebActions0Request
|
|
end
|
|
item
|
|
Name = 'Insert'
|
|
Default = False
|
|
OnRequest = TFPWebActions1Request
|
|
end
|
|
item
|
|
Name = 'Update'
|
|
Default = False
|
|
OnRequest = TFPWebActions2Request
|
|
end
|
|
item
|
|
Name = 'Delete'
|
|
Default = False
|
|
OnRequest = TFPWebActions3Request
|
|
end>
|
|
CreateSession = False
|
|
Height = 300
|
|
HorizontalOffset = 696
|
|
VerticalOffset = 366
|
|
Width = 400
|
|
object Dbf1: TDbf
|
|
IndexDefs = <>
|
|
TableLevel = 4
|
|
FilterOptions = []
|
|
left = 23
|
|
top = 53
|
|
end
|
|
end
|