[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 1224
type TGAppInfo = object
function create_from_commandline();
function get_all;
function get_all_for_type();
function get_default_for_type();
function get_default_for_uri_scheme();
function get_fallback_for_type();
function get_recommended_for_type();
function launch_default_for_uri();
procedure launch_default_for_uri_async();
function launch_default_for_uri_finish();
procedure reset_type_associations();
function add_supports_type();
function can_delete;
function can_remove_supports_type;
function delete;
function dup;
function equal();
function get_commandline;
function get_description;
function get_display_name;
function get_executable;
function get_icon;
function get_id;
function get_name;
function get_supported_types;
function launch();
function launch_uris();
procedure launch_uris_async();
function launch_uris_finish();
function remove_supports_type();
function set_as_default_for_extension();
function set_as_default_for_type();
function set_as_last_used_for_type();
function should_show;
function supports_files;
function supports_uris;
end;
TGAppInfo