FMX.Printer.TPrinter.FActivePrinter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FActivePrinter: Integer;

C++

int FActivePrinter;

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 ActivePrinter property. At any time, its value can be accessed through the ActivePrinter property.

FActivePrinter is internally written or got through the SetActivePrinter and GetActivePrinter methods.

See Also