TSparkleMiddlewareList.Add Method
Appends a middleware to the list.
Syntax
Unit: Sparkle.Comp.Server
function TSparkleMiddlewareList.Add(Value: TSparkleMiddleware): Integer;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Value | TSparkleMiddleware | The middleware to add. |
Returns
The index of the added middleware.