FMX.Printer.TPrinter.EndDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndDoc;

C++

void __fastcall EndDoc();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Ends the current print job and closes the text file variable.

EndDoc terminates the print job. The print job will begin printing on the printer after a call to EndDoc.

After the application calls EndDoc, the printer begins printing. Use EndDoc after successfully sending a print job to the printer. If the print job is not successful, use the Abort method.

See Also