Vcl.ExtActns.TDownLoadURL.AfterDownload

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterDownload: TNotifyEvent read FAfterDownload write FAfterDownload;

C++

__property System::Classes::TNotifyEvent AfterDownload = {read=FAfterDownload, write=FAfterDownload};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TDownLoadURL

Description

Occurs after TDownLoadURL downloads the specified resource and writes it to a file.

Write an AfterDownload event handler to perform a specific action after downloading the specified resource.