Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.AfterDispatch
Delphi
property AfterDispatch: TDispatchFileEvent read FAfterDispatch write FAfterDispatch;
C++
__property TDispatchFileEvent AfterDispatch = {read=FAfterDispatch, write=FAfterDispatch};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | protected | Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp | Datasnap.DSHTTP | TDSCustomHTTPServiceFileDispatcher | 
Description
Event that occurs after the dispatch of a file.
Write an AfterDispatch event handler to provide additional code to be executed after the dispatch of a file.
Note that TDSHTTPServiceFileDispatcher is used to publish properties for TDSCustomHTTPServiceFileDispatcher.
See Also