[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 5143
type TGVolumeMonitor = object(TGObject) |
||
|
||
function get; |
|
|
function get_connected_drives; |
|
|
function get_mount_for_uuid(); |
|
|
function get_mounts; |
|
|
function get_volume_for_uuid(); |
|
|
function get_volumes; |
|
|
end; |
|
||
|