[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpweb.pp line 152
type TFPWebModule = class(TCustomFPWebModule) |
published |
property Actions: TFPWebActions; |
property ActionVar: string; |
property BeforeRequest: TRequestEvent; |
property OnRequest: TWebActionEvent; |
property AfterResponse: TResponseEvent; |
property OnGetAction: TGetActionEvent; |
property DefActionWhenUnknown: Boolean; |
property CreateSession: Boolean; |
property Session: TCustomSession; |
property Kind: TWebModuleKind; |
property OnNewSession: TNotifyEvent; |
property OnSessionExpired: TNotifyEvent; |
property AfterInitModule: TInitModuleEvent; |
property CORS: TCORSSupport; |
end; |
| |
| |
| |
| |
TObject |