FMX.Printer.TPrinter.GetPrinter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPrinter(Index: Integer): TPrinterDevice;

C++

TPrinterDevice* __fastcall GetPrinter(int Index);

Properties

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

Description

Protected getter implementation for the Printers property.

See Also