Web.WebCntxt.TAbstractWebContext Properties
From RAD Studio API Documentation
InheritedProtected
| AdapterRequest | public | Provides access to the adapter request object that manages access to the current request. |
| AdapterResponse | public | Provides access to the adapter response object that manages access to the current response. |
| DispatchedPageName | public | Specifies the name of the Web page module that is producing content to respond to the current request. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| EndUser | public | Provides access to information about the end user that sent the current request. |
| PageCount | public | Indicates the number of registered Web pages available in the WebSnap application. |
| Pages | public | Lists the page information interfaces of the registered Web pages available in the WebSnap application. |
| Request | public | Represents the current HTTP request that the application is handling. |
| RequestedPageName | public | Indicates the name of the Web page module to which the current request is addressed. |
| Response | public | Represents the current HTTP response that the application is assembling. |
| Session | public | Provides access to the current Web session. |
| WebModules | public | Lists all the Modules in the WebSnap application. |