RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterDispatcher Class

TCustomAdapterDispatcher automatically handles HTML form submissions and requests for dynamic images by calling adapter action and field components.

Pascal
TCustomAdapterDispatcher = class(TBaseRequestHandler, IAdapterDispatcher);
C++
class TCustomAdapterDispatcher : public TBaseRequestHandler, public IAdapterDispatcher;

WebDisp

TCustomAdapterDispatcher is the base class for the adapter dispatcher. The adapter dispatcher is responsible for dispatching adapter actions and references to image fields. It also handles the encoding of parameters that must be included in HTML form submissions that invoke those adapter actions or field references. If a WebSnap application does not include an AdapterDispatcher component, then it can't execute adapter actions or obtain images from adapter fields. 

 

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