RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebPageInfo Interface

IWebPageInfo describes a Web page in a WebSnap application.

Pascal
IWebPageInfo = interface;
C++
__interface IWebPageInfo;

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::DelphiInterfaceDelphiInterface_object< IWebPageInfo >  _di_IWebPageInfo;

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!