FMX.Printer.TPrinter.FPageNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FPageNumber: Integer;

C++

int FPageNumber;

Properties

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

Description

Protected field that is used by the PageNumber property. At any time, its value can be accessed through the PageNumber property.

See Also