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 Close popup menu in system tray application ?

0 Answers  


What versions of Delphi are there?

0 Answers  


How to Obtain a list of available BDE language drivers?

0 Answers  


How to use a true DWORD value passed to Delphi application?

0 Answers  


How to Align maximized forms?

0 Answers  






How to create an About Box in Delphi or C++ Builder?

0 Answers  


How to Display a file's associated icon?

0 Answers   HCL,


How to Copy a information from one memo field to another using TBlobStream ?

0 Answers  


How to Set custom tabstops in a ListBox?

0 Answers  


How to Save and load metafiles in a BLOB field without using DBImage ?

0 Answers  


'External Exception C0000008' or 'Access Violation' . what does this error mean?

0 Answers  


How to custom draw menu items?

0 Answers  


Categories