FMX.Printer.TPrinter.GetPrinter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetPrinter(Index: Integer): TPrinterDevice;

C++

TPrinterDevice* __fastcall GetPrinter(int Index);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

説明

Printers プロパティを操作するための protected 取得メソッドの実装です。

関連項目