Unit 'fpWeb' Package
[Overview][Resource strings][Types][Classes][Index] [#fcl]

TCustomFPWebModule.CreateNew

Creates a new web module instance

Declaration

Source position: fpweb.pp line 140

public constructor TCustomFPWebModule.CreateNew(

  AOwner: TComponent;

  CreateMode: Integer

); override;

Arguments

AOwner

  

The component that will own this web module

CreateMode

  

The creation mode for the component

Description

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.

See also

Destroy

  

Destroys the web module instance


Documentation generated on: Jan 27 2026