Web.WebCntxt.IWebPageInfo
From RAD Studio API Documentation
Delphi
IWebPageInfo = interface
C++
__interface INTERFACE_UUID("{8AD55A77-9DAE-D511-8D38-0050568E0E44}") IWebPageInfo : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
interface class |
public | Web.WebCntxt.pas Web.WebCntxt.hpp |
Web.WebCntxt | Web.WebCntxt |
Description
IWebPageInfo describes a Web page in a WebSnap application.
Use IWebPageInfo to obtain information about a Web page, including its page name, page title, descriptive text, publish status, and access rights. This information is taken from a TWebPageInfo object that is stored with the Web page module factory.
Note: VCL Method declarations that use IWebPageInfo use the _di_IWebPageInfo type instead. This type is a DelphiInterface wrapper around the IWebPageInfo interface:typedef System::DelphiInterface< IWebPageInfo > _di_IWebPageInfo;