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
How to print an HTML document from inside of your application?
How to Create new constructors?
what are the different types of dBASE Unique style indexes ?
How to Change the default project directory ?
Why can't we display data in descending order in Delphi?
How to Connect via ODBC using Delphi or C++ Builder ?
How to close your application using the Escape key?
compare TProvider Component vs. Provider Property ?
How to create Interbase stored procedures that return parameters with TIBQuery?
'Trying to append data to a non-partial dataset' . what does this error indicates?
Where are the Delphi 4 InterBase Certificate Keys and IDs located?
What version of Delphi 5 does the Code Explorer come with?
What are Delphi and C++ Builder Action Lists and how to use them?
How to drop down a menu Programmatically ?
what is Client launching ?