Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.AfterDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterDispatch: TDispatchFileEvent read FAfterDispatch write FAfterDispatch;

C++

__property AfterDispatch;

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServiceFileDispatcher

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