TSparkleBasicAuthMiddleware.Create Constructor
Creates a new Basic authentication middleware component owned by the specified component.
Syntax
Unit: Sparkle.Comp.BasicAuthMiddleware
constructor TSparkleBasicAuthMiddleware.Create(AOwner: TComponent);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AOwner | TComponent | The component that owns this middleware. |