record TgoURI

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TgoURI = record

Description

 

Overview

Fields

Scheme: String;
Username: String;
Password: String;
Host: String;
Port: Integer;
Path: String;
Query: String;
Params: String;
Fragment: String;

Methods

constructor Create(const AUri: String);
function ToString: String;

Description

Fields

Scheme: String;
 
Username: String;
 
Password: String;
 
Host: String;
 
Port: Integer;
 
Path: String;
 
Query: String;
 
Params: String;
 
Fragment: String;
 

Methods

constructor Create(const AUri: String);
 
function ToString: String;
 

Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26