Creates a new web module instance
Source position: fpweb.pp line 140
public constructor TCustomFPWebModule.CreateNew( |
AOwner: TComponent; |
CreateMode: Integer |
); override; |
AOwner |
|
The component that will own this web module |
CreateMode |
|
The creation mode for the component |
Creates a new web module and initializes the actions collection, template, and template variables. This constructor is used instead of the standard Create constructor to support the component creation mode.
|
Destroys the web module instance |