TPrintPageEventHandler Delegate
Represents the method that will handle the OnPrintPage event of a PrintDocument.
type TPrintPageEventHandler = procedure(Sender: TObject; E: _PrintPageEventArgs) of Object;
Represents the method that will handle the OnPrintPage event of a PrintDocument.
type TPrintPageEventHandler = procedure(Sender: TObject; E: _PrintPageEventArgs) of Object;