[Overview][Types][Classes][Variables][Index] |
Constructor for the class instance.
Source position: printers.pas line 113
public constructor TPrinterCanvas.Create( |
APrinter: TPrinter |
); virtual; |
APrinter |
|
Printer where the canvas class instance is used. |
Create is the constructor for the class instance, and calls the inherited constructor on entry. Create sets the value for the Printer property to the value in the APrinter parameter.
|
Device which uses the canvas to print a document. |
Version 4.0 | Generated 2025-05-03 | Home |