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 Copy contents of a control to the clipboard?
How to create an example of your problem for Borland Developer Support?
'Missing Data Provider or Data Packet' . what does this error mean?
How to Change the Windows wallpaper in code?
How to insert contents of a file at current position in TMemo?
How to Change the display mode settings in code?
How to Prevent windows task switching ?
How to retrieve a list of assigned properties ?
How to Flush binary file from disk cache to disk ?
How to Load a TListView component that contains SubItems?
How to Re-execute export From Table ?
How to get UpdateMode to work for TQuery on a SQL Server 7.0 table?