Vcl.ExtActns.TDownLoadURL.BeforeDownload

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BeforeDownload: TNotifyEvent read FBeforeDownload write FBeforeDownload;

C++

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

Propriétés

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

Description

Se produit avant que TDownLoadURL n'ait téléchargé les ressources spécifiées et ne les ait enregistrées dans un fichier.

Ecrivez un gestionnaire d'événement BeforeDownload pour effectuer une action spécifique avant le téléchargement de la ressource spécifiée.