Mega Code Archive
Categories
/
Delphi
/
Printing
Default printerin ismini almak
unit printers; begin //... Printer.PrinterIndex := -1; DefaultPrnName := Printer.Printers.Strings[Printer.PrinterIndex]; //... end;