FMX.Printer.TPrinter.GetActivePrinter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActivePrinter: TPrinterDevice;

C++

TPrinterDevice* __fastcall GetActivePrinter();

Properties

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

Description

Protected getter implementation for the ActivePrinter property.

See Also