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

What if I do not have a CD-ROM drive?

0 Answers  


How to display the current user name?

1 Answers   CTS,


Why the error "Operation must use an updateable query"?

0 Answers  


Convert a color to its VCL string value ?

0 Answers  


What to do if getting missing or corrupted file messages?

0 Answers  


Can I use the ODBC drivers that I got with ?

0 Answers  


How to use the Find Error entry under the search heading of the menu bar?

0 Answers  


Where can I get a copy of Delphi?

0 Answers  


How to Make text background transparent?

0 Answers  


How to Get a handle on your files ?

0 Answers  


What you can contribute to the IBM?.

0 Answers   IBM,


Does Kylix support Postgres?

0 Answers  


Categories