OnStartDataFile Event

Top  Previous  Next

Occurs after the first data file buffer is received.

 

Visual Basic Declaration

 

OnStartDataFile (Sender as Variant, Cancel as Boolean)

 

Delphi Declaration

 

procedure OnStartDataFile (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 OnReceiveDataFile and OnEndDataFile events.