Fórum Saber se a impressora padrão é Lx-300. #177347
25/08/2003
0
Galera, tem como saber se a impressora padrão é Lx-300 ???
valeu
valeu
Adriano Santos
Curtir tópico
+ 0
Responder
Posts
25/08/2003
Mmtoor
Use funções:
function padraoPrinterName : string;
//
// Retorna o nome da impressora padrão do Windows
//
begin
if(Printer.PrinterIndex >= 0)then
begin
Result := Printer.Printers[Printer.PrinterIndex];
end
else
begin
Result := ´Nenhuma impressora Padrão foi detectada´;
end;
end;
sem mais;
MMTOOR2003
function padraoPrinterName : string;
//
// Retorna o nome da impressora padrão do Windows
//
begin
if(Printer.PrinterIndex >= 0)then
begin
Result := Printer.Printers[Printer.PrinterIndex];
end
else
begin
Result := ´Nenhuma impressora Padrão foi detectada´;
end;
end;
sem mais;
MMTOOR2003
Responder
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)