FMX.Printer.TPrinter.SetOrientation

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

Delphi

procedure SetOrientation(Value: TPrinterOrientation); virtual;

C++

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

プロパティ

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

説明

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

関連項目