Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.BeforeDispatch

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BeforeDispatch: TDispatchFileEvent read FBeforeDispatch write FBeforeDispatch;

C++

__property TDispatchFileEvent BeforeDispatch = {read=FBeforeDispatch, write=FBeforeDispatch};

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCustomHTTPServiceFileDispatcher


Description

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