RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPrinter.Create Constructor

Creates a printer.

Pascal
constructor Create;
C++
__fastcall TPrinter();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!