[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 7179
type TGVfs = object(TGObject) |
||
function get_default; |
|
|
function get_local; |
|
|
function get_file_for_path(); |
|
|
function get_file_for_uri(); |
|
|
function get_supported_uri_schemes; |
|
|
function is_active; |
|
|
function parse_name(); |
|
|
function register_uri_scheme(); |
|
|
function unregister_uri_scheme(); |
|
|
end; |
|
||
|