Unit 'internetaccess' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_internettools]

decodeURL

Declaration

Source position: internetaccess.pas line 336

function decodeURL(

  const totalURL: string;

  normalize: Boolean = True

):TDecodedUrl;

function decodeURL(

  const protocol: string;

  const host: string;

  const url: string;

  normalize: Boolean = True

):TDecodedUrl;



CT Web help

CodeTyphon Studio