FMX.Printer.Win.TPrinterWin.GetOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOrientation: TPrinterOrientation; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.Printer.Win.pas
FMX.Printer.Win.hpp
FMX.Printer.Win TPrinterWin

Description

Protected getter implementation for the Orientation property.

FMX.Printer.Win.TPrinterWin.GetOrientation inherits from FMX.Printer.TPrinter.GetOrientation. All content below this line refers to FMX.Printer.TPrinter.GetOrientation.

Protected getter implementation for the Orientation property.

See Also