DELPHI SOURCE CODE
delphi source code sample collection
Enter your search terms
Submit search form
Web
delphisource.blogspot.com
Friday, February 15, 2008
Get Default Printer Name
Iseng-iseng siapa tau ada manfaatnya
uses Printers;
function GetDefaultPrinterName : string;
begin
___
if (Printer.PrinterIndex > 0)then begin
___
___
Result := Printer.Printers[Printer.PrinterIndex];
___
end else begin
___
___
Result := '';
___
end;
end;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Create your own visitor map
No comments:
Post a Comment