TSparkleMiddlewareList.Remove Method
Removes a middleware from the list, without destroying it.
Syntax
Unit: Sparkle.Comp.Server
function TSparkleMiddlewareList.Remove(Value: TSparkleMiddleware): Integer;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Value | TSparkleMiddleware | The middleware to remove. |
Returns
The index the middleware had in the list, or -1 if it was not in the list.