OnStartControlFile Event |
Top Previous Next |
Occurs after the first control file buffer is received.
Visual Basic Declaration
OnStartControlFile (Sender as Variant, Cancel as Boolean)
Delphi Declaration
procedure OnStartControlFile (Sender : TObject; var Cancel : Boolean)
Parameters
Sender: The LPD object that raises the event. Cancel: Controls the connection with the client, if set to TRUE the printing is aborted.
See also OnReceiveControlFile and OnEndControlFile events.
|