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

TURI

Declaration

Source position: uriparser.pp line 26

type TURI = record

  Protocol: string;

  Username: string;

  Password: string;

  Host: string;

  Port: Word;

  Path: string;

  Document: string;

  Params: string;

  Bookmark: string;

  HasAuthority: Boolean;

end;


Documentation generated on: 2023-03-18