RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseRequestHandler Class

The TBaseRequestHandler component is a base class for WebSnap dispatcher components.

Pascal
TBaseRequestHandler = class(TComponent, IWebRequestHandler, ISetAppDispatcher);
C++
class TBaseRequestHandler : public TComponent, public IWebRequestHandler, public ISetAppDispatcher;

The TCustomAdapterDispatcher and TCustomPageDispatcher components are derived from TBaseRequestHandler. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!