Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.BeforeDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeDispatch: TDispatchFileEvent read FBeforeDispatch write FBeforeDispatch;

C++

__property TDispatchFileEvent BeforeDispatch = {read=FBeforeDispatch, write=FBeforeDispatch};

Properties

Type Visibility Source Unit Parent
event protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCustomHTTPServiceFileDispatcher

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