OnEndDataFile Event

Top  Previous  Next

Occurs after the last data file buffer is received.

 

Visual Basic Declaration

 

OnEndDataFile (Sender as Variant)

 

Delphi Declaration

 

procedure OnEndDataFile (Sender : TObject)

 

 

Parameters

 

Sender: The LPD object that raises the event.

 

See also OnStartDataFile and OnReceiveDataFile events.