TUri.HasScheme Method
Indicates whether the given string begins with a URI scheme (for example http://).
Syntax
Unit: Sparkle.Uri
class function TUri.HasScheme(S: string): Boolean;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| S | string | The string to inspect. |
Returns
True if a scheme is present; otherwise False.