FMX.Printer.Win.TPrinterWin.GetPageWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPageWidth: Integer; override;

C++

virtual int __fastcall GetPageWidth();

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 PageWidth property.

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

Protected getter implementation for the PageWidth property.

See Also