| 
       OnPrintBanner Event  | 
    Top Previous Next | 
| 
 Occurs after the last banner package is sent to the printer. 
 Visual Basic Declaration 
 OnPrintBanner (Sender as Variant, Cancel as Boolean) 
 Delphi Declaration 
 procedure OnPrintBanner (Sender : TObject; var Cancel : Boolean) 
 
 Parameters 
 Sender: The LPD object that raises the event. Cancel: If it's TRUE, the default print method isn't used. 
 See also OnPrintDocument event. 
 
 
 
 
  |