TIEPortableDevices.HideEmptyDevices
Declaration
property HideEmptyDevices: Boolean;
Description
When enabled, the
list of devices will exclude any devices that are not available or are empty.
Default: False
Note: You will need to
Refresh the device list after changing
HideEmptyDevices.
Example
// Enable hiding of empty devices
IEFolderMView1.PortableDevices.HideEmptyDevices := True;
See Also
◼Refresh