RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext Class

TAbstractWebContext is the base class for objects that represent the current state of a WebSnap application.

Pascal
TAbstractWebContext = class(TObject);
C++
class TAbstractWebContext : public TObject;

WebCntxt

A Web context stores information about the components that are available in a WebSnap application and about the current request that is being processed. Applications do not create instances of the Web context. Rather, they access the current Web context object by calling the global WebContext function. 

 

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