interface
const
MiPAD = 'MIPAD'; // The unique name of the view, it has to be the same name as the one written between <Name></Name> tags of the DevicePreset.xml file.
implementation
uses
system.Devices, system.Types, system.SysUtils;
type
TDeviceRec = record
ID: string;
DevClass: TDeviceInfo.TDeviceClass;
MinLogicalSize, MaxLogicalSize: TSize;
MinPhysicalSize, MaxPhysicalSize: TSize;
PPI: Integer;
Exclusive: Boolean;
end;