Vcl.ExtActns.TDownLoadURL.BeforeDownload

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeDownload: TNotifyEvent read FBeforeDownload write FBeforeDownload;

C++

__property System::Classes::TNotifyEvent BeforeDownload = {read=FBeforeDownload, write=FBeforeDownload};

Properties

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

Description

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

Write a BeforeDownload event handler to perform a specific action before downloading the specified resource.