RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.Print Method

Prints the form.

Pascal
procedure Print;
C++
__fastcall Print();

Call Print to print the form. Print uses the GetFormImage method to obtain a bitmap of the form and draws that to the printer's HDC. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!