Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.BeforeDispatch

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BeforeDispatch;

C++

__property BeforeDispatch;

Propriétés

Type Visibilité  Source Unité  Parent
event published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServiceFileDispatcher

Description

Evénement survenant avant la répartition d'un fichier.

Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.BeforeDispatch hérite de Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.BeforeDispatch. Tout le contenu en-dessous de cette ligne se réfère à Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.BeforeDispatch.

Evénement survenant avant la répartition d'un fichier.

Ecrivez un gestionnaire d'événements BeforeDispatch afin de fournir du code supplémentaire à exécuter avant la répartition d'un fichier.

Notez que TDSHTTPServiceFileDispatcher est utilisée pour publier des propriétés pour TDSCustomHTTPServiceFileDispatcher.

Voir aussi