hello
I used the following code to know if the printer to declare by defect can print in recto/verso or not:
label1.caption:=inttostr(DeviceCapabilities(Device, Port, DC_DUPLEX, nil, nil));
but there remain a problem of execution "device and port not to declare" how I can declare device and port?
thank you