| Description | Hierarchy | Fields | Methods | Properties | 
type unaURICrack = packed record
URI crack record
r_scheme: string; | 
r_hostName: string; | 
r_port: int32; | 
r_userName: string; | 
r_password: string; | 
r_path: string; | 
r_extraInfo: string; | 
r_scheme: string; | 
| 
 scheme name  | 
r_hostName: string; | 
| 
 host name  | 
r_port: int32; | 
| 
 port (-1 is not specified)  | 
r_userName: string; | 
| 
 user name  | 
r_password: string; | 
| 
 password  | 
r_path: string; | 
| 
 URL-path  | 
r_extraInfo: string; | 
| 
 extra information (e.g. ?foo or #foo)  | 
(c) 2012 Lake of Soft