FMX.Printer.TPrinter.SetActivePrinter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActivePrinter(APrinter: TPrinterDevice);

C++

void __fastcall SetActivePrinter(TPrinterDevice* APrinter);

Properties

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

Description

Protected setter implementation for the ActivePrinter property.

See Also