Web.Stencils.TWebStencilsEngine.AddModule

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddModule(AModule: TObject);

C++

void __fastcall AddModule(System::TObject* AModule);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsEngine

Description

Scans all public and published members (fields, properties, methods) of the AModule object parameter, marked by [WebStencilsVar] attributes and adds them to data variables.

The AddModule method is called automatic for the processor owner when the engine is nil.

See Also