Unit 'URIParser' Package
[Overview][Types][Procedures and functions][Index] [#fcl-base]

TURI

Declaration

Source position: uriparser.pp line 32

type TURI = record

public

  Protocol: string;

  Username: string;

  Password: string;

  Host: string;

  Port: Word;

  Path: string;

  Document: string;

  Params: string;

  Bookmark: string;

  HasAuthority: Boolean;

  constructor create();

  function ToString;

  function URI;

  procedure Free;

end;


Documentation generated on: 2025-07-25