Unit 'IdURI' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdURI

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdURI.pas line 81

type TIdURI = class

protected

  FDocument: string;

  

  FProtocol: string;

  

  FURI: string;

  

  FPort: string;

  

  Fpath: string;

  

  FHost: string;

  

  FBookmark: string;

  

  FUserName: string;

  

  FPassword: string;

  

  FParams: string;

  

  FIPVersion: TIdIPVersion;

  

  procedure SetURI();

  

  function GetURI;

  

public

  constructor Create(); virtual;

  

  function GetFullURI();

  

  function GetPathAndParams;

  

  class procedure NormalizePath();

  

  class function URLDecode();

  

  class function URLEncode();

  

  class function ParamsEncode();

  

  class function PathEncode();

  

  property Bookmark: string; [rw]

  

  property Document: string; [rw]

  

  property Host: string; [rw]

  

  property Password: string; [rw]

  

  property Path: string; [rw]

  

  property Params: string; [rw]

  

  property Port: string; [rw]

  

  property Protocol: string; [rw]

  

  property URI: string; [rw]

  

  property Username: string; [rw]

  

  property IPVersion: TIdIPVersion; [rw]

  

end;

Inheritance

TIdURI

  

|

TObject



CT Web help

CodeTyphon Studio