Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.AfterDispatch
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: protected | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TDSCustomHTTPServiceFileDispatcher | |
Delphi
property AfterDispatch: TDispatchFileEvent read FAfterDispatch write FAfterDispatch;
C++
__property TDispatchFileEvent AfterDispatch = {read=FAfterDispatch, write=FAfterDispatch};
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