FMX.Graphics.TAbstractPrinter

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTAbstractPrinter

Delphi

TAbstractPrinter = class(TPersistent);

C++

class PASCALIMPLEMENTATION TAbstractPrinter : public System::Classes::TPersistent

Properties

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

Description

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.