function DecodeURL(const URL: String): String
X := DecodeURL('https://localhost/home%20page.html'); // X is 'https://localhost/home page.html'