FMX.Printer.Win.TPrinterWin.GetOrientation

提供:RAD Studio API Documentation

Delphi

function GetOrientation: TPrinterOrientation; override;

C++

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

プロパティ

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

説明

Orientation プロパティを操作するための protected 取得メソッドの実装です。 FMX.Printer.Win.TPrinterWin.GetOrientation は FMX.Printer.TPrinter.GetOrientation を継承しています。以下の内容はすべて FMX.Printer.TPrinter.GetOrientation を参照しています。

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

関連項目