LocationToURI
Converts the specified location into the URI string
Syntax
function LocationToURI(aLocation: TCSLocation): string;
Parameters
- aLocation
- type: TCSLocation
- functions: variable containing the location
Returned value
- type: string
- functions: location converted to a string
Examples
var location := GetLocation; var URI := LocationToURI(location); Log(URI);