How to Use an instance of TPrinter ?



How to Use an instance of TPrinter ?..

Answer / alex

var
p:Tprinter;

begin
p:=Printers.Printer;

p.begindoc

p.textout(0,0,'Testing');

p.enddoc;

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Delphi Interview Questions

How to Check available disk space on large drives?

0 Answers  


How to Use the LzExpand functions in your applications?

0 Answers  


How to create a console application in Kylix?

0 Answers  


How do abstract classes differ from interfaces?

0 Answers  


How to Convert ASCII files to Paradox tables?

0 Answers  






How to Use Form Wizard to Quickly Create a Delphi Form?

0 Answers  


How to Deploy DBClient in a Web Application?

0 Answers  


How to print an HTML document from inside of your application?

0 Answers  


How to Re-execute export From Table ?

0 Answers  


why Paradox slow on some computers and not on others ?

0 Answers  


How to Convert a TColor value to a HTML Color string ?

0 Answers  


What is Delphi?

0 Answers  


Categories