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