Does anybody know how to print the lines of a TMemo in Windows Xp?
I checked the "Printers" unit and there is not an implementation of DoEnumPrinters so I tried to implement one myself using the Windows function "EnumPrinters", but I cannot figure out which unit to add to the "uses" section so that it works correctly.
I don't think it's WinApi or Windows, because I' ve tried it and it couldn't find the function.