API:Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.BeforeDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeDispatch: TDispatchFileEvent read FBeforeDispatch write FBeforeDispatch;

C++

__property BeforeDispatch;

Properties

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

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