URIToLocation

Converts specified URI into location

Syntax

function URIToLocation(aURI: string): TCSLocation;

Parameters

  • aURI
    • type: string
    • functions: URI string

Returned value

  • functions: URI string converted into location

Examples

var URI := 'https://google.com';
var location := URIToLocation(URI);