FMX.Printer.TPrinter.GetOrientation

提供:RAD Studio API Documentation

Delphi

function GetOrientation: TPrinterOrientation; virtual; abstract;

C++

virtual System::Uitypes::TPrinterOrientation __fastcall GetOrientation() = 0 ;

プロパティ

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

説明

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

関連項目