RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContext Class

TWebContext represents the current state of a WebSnap application.

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

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. 

TWebContext provides the implementation of the abstract or (in C++ terminology) pure virtual methods introduced by its immediate ancestor, TAbstractWebContext

 

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