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

TDecodedUrl

Declaration

Source position: internetaccess.pas line 79

type TDecodedUrl = record

public

  protocol: string;

  

  username: string;

  

  password: string;

  

  host: string;

  

  port: string;

  

  path: string;

  

  params: string;

  

  linktarget: string;

  

  function combined();

  

  function combinedExclude();

  

  function resolved();

  

  function serverConnectionOnly;

  

  procedure prepareSelfForRequest();

  

end;



CT Web help

CodeTyphon Studio