[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Container for module registration information
Source position: fphttp.pp line 204
type TModuleItem = class(TCollectionItem,IRouteInterface) |
||
public |
||
destructor Destroy; override; |
|
Destroys the module item |
property ModuleClass: TCustomHTTPModuleClass; [rw] |
|
HTTP module class |
property ModuleName: string; [rw] |
|
Name of the module |
property SkipStreaming: Boolean; [rw] |
|
Whether to skip component streaming |
end; |
|
Container for module registration information |
|
| | | ||
| | | ||
| | | ||
TModuleItem holds registration information for an HTTP module in the module factory.