I have TPanel. On this Panel there is an TImage descendant , few other panels with controls, etc. In fact, picture contains some diagram, while additional panels with labels are created during runtime to provide user with additional info.
Recently I was told, that it would be nice, if it was possible to print this panel, and have it on the paper just as it appears in form. Any clues, how to do it?
I have TPanel. On this Panel there is an TImage descendant , few other
Share
I found an old usenet post that provides a solution, by copying the contents of the panel to a bitmap, which can be printed:
and add