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 Determine if a combobox is in dropped state?
How to capture the URL and title of the current webpage being viewed?
Explain Drag and Drop with Files?
How to Select an item in a TListView when the checkbox is checked ?
How to tell if a form has been created (or any object)?
What is the procedure to connect delphi application to ms access database?
How to Loada local html file in the HTML control ?
How to Prevent windows task switching ?
Can we create stored procedures via Delphi or C++ Builder?
How to Set break on exception in Delphi 4?
Where are the Delphi 4 InterBase Certificate Keys and IDs located?
How to send a response early in a web application action?