OnPageNotFound Event |
Applies to
TWebSiteInside
Declaration
TGetDataEvent = Procedure(Sender: TObject; const sURL: string; var Data: string ) of object;
Description
You can provide some default response here or just log the URLs and later add the missing files.
|