FMX.Graphics.TCanvas.FPrinter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FPrinter: TAbstractPrinter;

C++

TAbstractPrinter* FPrinter;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Keeps the printer from which the TCanvas is created when using the CreateFromPrinter constructor.

See Also