Web.WebCntxt.TAbstractWebContext
From RAD Studio API Documentation
Revision as of 16:59, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
TAbstractWebContext = class(TObject)
C++
class PASCALIMPLEMENTATION TAbstractWebContext : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Web.WebCntxt.pas Web.WebCntxt.hpp |
Web.WebCntxt | Web.WebCntxt |
Description
TAbstractWebContext is the base class for objects that represent the current state of a WebSnap application.
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.