FMX.Printer.TPrinterDocument.BeginDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginDoc(const AStream: TStream = nil);

C++

HIDESBASE void __fastcall BeginDoc(System::Classes::TStream* const AStream = (System::Classes::TStream*)(0x0));

Properties

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

Description

Sends a print job to the printer.

FMX.Printer.TPrinterDocument.BeginDoc inherits from FMX.Printer.TPrinter.BeginDoc. All content below this line refers to FMX.Printer.TPrinter.BeginDoc.

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.

See Also