Answer Posted / 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 View All Answers
What are the ways to close a modal form?
'Insufficient memory to complete operation' error . what does this indicates?
How to Debug an In-Proc COM Server?
What is the difference between Delphi and Delphi Client/Server?
How to set the default form font in Delphi?
How to Set Up a C++ Builder or Delphi Form to View InterBase Data?
How to Log in to the remote datamodule?
How to Determine if a given printer is capable of printing a PostScript file?
'Insufficient memory for this operation' error . what does this error mean?
Explain the methods findfirst, findnext and findclose?
What are the different ways of defining array sizes?
How to Display a bitmap on the client area of an MDI parent form?
How to Move a form by clicking in its client area ?
Do I have to know a lot about the Windows API to use Delphi?
How to convert Integer to 'Binary String'?