[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 5027
type TGVolume = object |
||
changed: ; |
|
|
removed: ; |
|
|
function can_eject; |
|
|
function can_mount; |
|
|
procedure eject_with_operation(); |
|
|
function eject_with_operation_finish(); |
|
|
function enumerate_identifiers; |
|
|
function get_activation_root; |
|
|
function get_drive; |
|
|
function get_icon; |
|
|
function get_identifier(); |
|
|
function get_mount; |
|
|
function get_name; |
|
|
function get_sort_key; |
|
|
function get_symbolic_icon; |
|
|
function get_uuid; |
|
|
procedure mount(); |
|
|
function mount_finish(); |
|
|
function should_automount; |
|
|
end; |
|