TSparkleMiddlewareList.SetMiddlewareIndex Method
Moves a middleware to a different position in the list.
Syntax
Unit: Sparkle.Comp.Server
procedure TSparkleMiddlewareList.SetMiddlewareIndex(AMiddleware: TSparkleMiddleware; Value: Integer);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AMiddleware | TSparkleMiddleware | The middleware to move. | |
| Value | Integer | The new index of the middleware. Values out of range are clipped to the list bounds. |