Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.AfterDispatch
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TDSHTTPServiceFileDispatcher | |
Delphi
property AfterDispatch;
C++
__property AfterDispatch;
Description
Event that occurs after the dispatch of a file.
Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.AfterDispatch inherits from Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.AfterDispatch. All content below this line refers to Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.AfterDispatch.
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