You mean like Form1->Print()? That should print everything on your form to your default printer.
If you need more control over printing, you can print directly to the printer canvas. There's quite a bit to controlling the printer directly, take a look at the Printer() object (<#include printers.hpp>) and google around the web. There are plenty of examples out there, then ask specific questions if you need to.
Good luck.