RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppComponents.ListRequestHandlers Method

Fills an interface list with the interfaces of all dispatcher components in the WebSnap application.

Pascal
procedure ListRequestHandlers(L: IInterfaceList); virtual;
C++
virtual __fastcall ListRequestHandlers(IInterfaceList L);

The ImplHandleRequest method calls ListRequestHandlers to obtain a list of all interfaces it can call to dispatch the request. ListRequestHandlers adds the interfaces that are the values of the PageDispatcher, AdapterDispatcher, and DispatchActions properties to the list. 

L is the interface list to which the dispatcher interfaces should be added. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!