TUri.Create Constructor
Creates a URI by parsing the given URI string.
Remarks
Raises UriBadFormatException if the string cannot be parsed.
Syntax
Unit: Sparkle.Uri
constructor TUri.Create(const AUri: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AUri | string | The URI string to parse. |