Table of Contents

TSparkleServer.CreateModule Method

Creates the server module defined by this component, with the attached middlewares applied to it.

Remarks

The OnModuleCreate event is fired after the module is created. This method is called automatically by the dispatcher when it starts.

Syntax

Unit: Sparkle.Comp.Server

function TSparkleServer.CreateModule: THttpServerModule;

See also