API:FMX.Printer.TPrinter

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Graphics.TAbstractPrinterSystem.Classes.TPersistentSystem.TObjectTPrinter

Delphi

TPrinter = class(TAbstractPrinter)

C++

class PASCALIMPLEMENTATION TPrinter : public Fmx::Graphics::TAbstractPrinter

Properties

Type Visibility Source Unit Parent
class public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer FMX.Printer

Description

TAbstractPrinter is just the synonym for the TPersistent class.

FMX.Printer.TPrinter inherits from FMX.Graphics.TAbstractPrinter. All content below this line refers to FMX.Graphics.TAbstractPrinter.

TAbstractPrinter is just the synonym for the TPersistent class.

The TAbstractPrinter class does not declare any new features. We introduce TAbstractPrinter to be able to specify more specific class in declarations of the TPrinter class and in the CreateFromPrinter constructor of the TCanvas class.