http OnOutputFileError event
Return to Introduction  Previous page  Next page
Applies to
auHTTP component.  

Declaration
property OnOutputFileError: TNotifyEvent;  

Description
The OnOutputFileError occurs if the HTTP component tries to download data to file, specified in OutputFileName property, but the file can not be created (e.g. path not exists, or file locked by system etc).  

See also
OutputFileName and OutputFileAttributes properties;  
OnAnyError event.  
File not found.