Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

THTMLForm
How to print

There is no built-in code to directly print a HTMLForm. Use

HTMLForm.PaintTo()

and paint this to a printer canvas or create a memory bitmap and have the HTMLForm paint to this memory bitmap and print this bitmap.