[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 3811
type TGUri = object |
||
function get_auth_params; |
|
|
function get_flags; |
|
|
function get_fragment; |
|
|
function get_host; |
|
|
function get_password; |
|
|
function get_path; |
|
|
function get_port; |
|
|
function get_query; |
|
|
function get_scheme; |
|
|
function get_user; |
|
|
function get_userinfo; |
|
|
function parse_relative(); |
|
|
function ref; |
|
|
function to_string; |
|
|
function to_string_partial(); |
|
|
procedure unref; |
|
|
function build(); |
|
|
function build_with_user(); |
|
|
function error_quark; |
|
|
function escape_bytes(); |
|
|
function escape_string(); |
|
|
function is_valid(); |
|
|
function join(); |
|
|
function join_with_user(); |
|
|
function list_extract_uris(); |
|
|
function parse(); |
|
|
function parse_params(); |
|
|
function parse_scheme(); |
|
|
function peek_scheme(); |
|
|
function resolve_relative(); |
|
|
function split(); |
|
|
function split_network(); |
|
|
function split_with_user(); |
|
|
function unescape_bytes(); |
|
|
function unescape_segment(); |
|
|
function unescape_string(); |
|
|
end; |
|