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; |