[Overview][Types][Classes][Variables][Index] |
Constructor for the class instance.
Source position: printers.pas line 91
public constructor TPrinterCanvas.Create( |
APrinter: TPrinter |
); virtual; |
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. |
lazarus-ccr.sourceforge.net |