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 Get bin names from your printer?
How to Change the default width/height of the editor?
How can I change the drive that MediaPlayer uses to play Audio ?
I am trying to call from Delphi and it GPFs. Whats up?
How to Determine minor version number?
How to Use JPEGs from resource files ?
How to move a string into a TMemoryStream or TFileStream?
How to Find all files (or files of a certain type) in a given directory?
what are the different Dataset event handlers?
How to get a TRichEdit to scroll in code?
What is the history of Delphi?
How to add a system menu item for the "right click" of the application's task bar icon?
what is the use of TSocketDispatcher?
How to Change the main form of an application at runtime ?
How many tables can be connected with joins in oracle at a time?