FMX.Printer.TPrinter.GetPageHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPageHeight: Integer; virtual; abstract;

C++

virtual int __fastcall GetPageHeight() = 0 ;

Properties

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

Description

Protected getter implementation for the PageHeight property.

See Also