RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatcher Class

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

Pascal
TAdapterDispatcher = class(TCustomAdapterDispatcher);
C++
class TAdapterDispatcher : public TCustomAdapterDispatcher;

TAdapterDispatcher is one of the default application components that is added when creating a WebSnap application. Events are triggered before and after dispatching an action or image, when adapter parameters are requested, and in cases when the action or image request was not handled.

Note: Your web application will be unable to execute adapter actions or obtain images from adapter fields unless it includes a TAdapterDispatcher component.
 

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