[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGMount

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 3954

type TGMount = object

  changed: ;

  

  pre_unmount: ;

  

  unmounted: ;

  

  function can_eject;

  

  function can_unmount;

  

  procedure eject_with_operation();

  

  function eject_with_operation_finish();

  

  function get_default_location;

  

  function get_drive;

  

  function get_icon;

  

  function get_name;

  

  function get_root;

  

  function get_sort_key;

  

  function get_symbolic_icon;

  

  function get_uuid;

  

  function get_volume;

  

  procedure guess_content_type();

  

  function guess_content_type_finish();

  

  function guess_content_type_sync();

  

  function is_shadowed;

  

  procedure remount();

  

  function remount_finish();

  

  procedure shadow;

  

  procedure unmount_with_operation();

  

  function unmount_with_operation_finish();

  

  procedure unshadow;

  

end;

Inheritance

TGMount