FMX.Printer.TPrinterClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPrinterClass = class of TPrinter;

C++

typedef System::TMetaClass* TPrinterClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer FMX.Printer

Description

TPrinterClass defines the metaclass for TPrinter. Its value is the class reference for TPrinter.

See Also