FMX.Printer.TPrinter.FActivePrinter
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.