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 |
How to Use the LzExpand functions in your applications?
How to Move a form by clicking in its client area ?
Compare the similarities and differences among Sockets, DCOM, OLE Enterprise?
How to Finddistance between two points?
How to open or create a project using the TReport component?
How to Broadcast a message?
How to set a custom CVS PServer port?
What to do if getting missing or corrupted file messages?
How to Copy a information from one memo field to another using TBlobStream ?
How to detect if the current user is logged in administrator?
How to Find the column and row of the cursor in a TRichEdit?
How to capture the URL and title of the current webpage being viewed?