Vcl.Forms.TCustomForm.Print

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Print;

C++

void __fastcall Print(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms 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.

See Also