RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractAdapterResponse Class

TAbstractAdapterResponse is the base class for adapter response objects.

Pascal
TAbstractAdapterResponse = class(TInterfacedObject);
C++
class TAbstractAdapterResponse : public TInterfacedObject;

WebCntxt

TAbstractAdapterResponse is the base class for the object that adapters use to obtain information about the current HTTP response message. An application interacts with an adapter response object through interfaces implemented by various descendants of TAbstractAdapterResponse. These descendant classes are considered internal to WebSnap and are not documented. 

 

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