FMX.Printer.TPrinterDocument.SetOrientation
Delphi
procedure SetOrientation(AValue: TPrinterOrientation); override;
C++
virtual void __fastcall SetOrientation(System::Uitypes::TPrinterOrientation AValue);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | TPrinterDocument |
説明
Orientation プロパティを操作するための protected 設定メソッドの実装です。
FMX.Printer.TPrinterDocument.SetOrientation は FMX.Printer.TPrinter.SetOrientation を継承しています。以下の内容はすべて FMX.Printer.TPrinter.SetOrientation を参照しています。
Orientation プロパティを操作するための protected 設定メソッドの実装です。