Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Delphi で EnumPrinterData 関数を使用してシステム内のプリンターのリストを取得する例を教えてください。
インストールされているプリンターの簡単なリストを取得するには、EnumPrinterData. プロパティを使用できTPrinter.Printersます:
EnumPrinterData
TPrinter.Printers
for I := 0 to Printer.Printers.Count - 1 do Writeln(Printer.Printers[I]);