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 |
Why is there no "Save" button in the save dialog box?
Write a program to show the memory leak?
How to Trapp non client areas ?
How to prevent the user from moving or sizing my form?
How to make the background color different for alternating lines of text in a TListBox in Delphi?
How to Retrieve a users login name ?
How to Get current record from a TDBGrid ?
Explain about Multi-Threaded ISAPI DLLs ?
How to Set the MaxPage property of the PrintDialog component?
Where to get TUpdateSQLProvider component ?
How to install programatically a printer?
How to Use mouse_event() to similate mouse events?