Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.BeforeDispatch
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TDSHTTPServiceFileDispatcher | |
Delphi
property BeforeDispatch;
C++
__property BeforeDispatch;
Description
Event that occurs before the dispatch of a file.
Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.BeforeDispatch inherits from Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.BeforeDispatch. All content below this line refers to Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.BeforeDispatch.
Event that occurs before the dispatch of a file.
Write an BeforeDispatch event handler to provide additional code to be executed before the dispatch of a file.
Note that TDSHTTPServiceFileDispatcher is used to publish properties for TDSCustomHTTPServiceFileDispatcher.
See Also