ImageEn, unit iexdcim

TIEPortableDevicesSource


Declaration

  TIEPortableDevicesSource = Record
    Name         : WideString;   // Friendly name of device optionally including the root folder name if there are multiple DCIM folders
    Path         : WideString;   // Path to the DCIM folder on the device, e.g. 'Card\DCIM\'
    DeviceID     : WideString;   // ID of device
    DeviceName   : WideString;   // Friendly name of device
    FolderID     : WideString;   // ID of the DCIM folder
    IsDrive      : Boolean;      // True for drives, False for all other devices
  end;