fileoperations OnError event
Return to Introduction  Previous page  Next page
Applies to
dcFileOperations component.  

Declaration
type  
  TdcFileOperationsEvent = procedure(Sender: TObject; const S: Stringof object;  
 
function OnError: TdcFileOperationsEvent;  

Description
The OnError event occurs if any problem has prevented the file operation to be successfully performed. The S parameter returns the error message.  

See also
Copy, Move, Rename, Delete and Execute methods.  
File not found.