FMX.Printer.TPrinter.BeginDoc
Delphi
procedure BeginDoc;
C++
void __fastcall BeginDoc();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | TPrinter |
Description
Sends a print job to the printer.
Call BeginDoc to initiate a print job. If the print job is sent successfully, the application calls EndDoc to end the print job. The print job will not actually start printing until EndDoc is called.