Forms.TCustomForm.Print
From RAD Studio VCL Reference
Contents |
Delphi Information
From Forms.pas
procedure Print
Unit: Forms
Type: method
Visibility: public
Member Of: TCustomForm
C++ Information
From Forms.hpp
void __fastcall Print(void);
Unit: Forms
Type: method
Visibility: public
Member Of: TCustomForm
Description
Prints the form.
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.