Vcl.Printers.TPrinter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TPrinter();

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers TPrinter

Description

Creates a printer.

Never call Create directly. Create is called automatically by the Printer function. Create allocates memory for a printer and calls the inherited Create. Then it sets the correct driver, device, and port.

See Also