FMX.Printer.Win.TPrinterWin.SetOrientation

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

Delphi

procedure SetOrientation(Value: TPrinterOrientation); override;

C++

virtual void __fastcall SetOrientation(System::Uitypes::TPrinterOrientation Value);

プロパティ

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

説明

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

FMX.Printer.Win.TPrinterWin.SetOrientation は FMX.Printer.TPrinter.SetOrientation を継承しています。以下の内容はすべて FMX.Printer.TPrinter.SetOrientation を参照しています。

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

関連項目