Question:
What is the best way to print infomation in Delphi 2.0? I have tried useing the Print() function to print a form, but it only prints what is viewable on the screen, not the entire form. Is there a better way around this?
Answer:
You might try setting the size of the printer canvas to the size of theentire client area of your form. That way, all the stuff there should beprinted.