FMX.Graphics.TPrinterCanvasClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPrinterCanvasClass = class of TPrinterCanvas;

C++

typedef System::TMetaClass* TPrinterCanvasClass;

Properties

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

Description

TPrinterCanvasClass defines the metaclass for TPrinterCanvas.

TPrinterCanvasClass is the metaclass for TPrinterCanvas. Its value is the class reference for TPrinterCanvas or for one of its descendants.

See Also