RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.Pages Property

Lists the page information interfaces of the registered Web pages available in the WebSnap application.

Pascal
property Pages [I: Integer]: IWebPageInfo;
C++
__property IWebPageInfo Pages[int I];

Use Pages to obtain an IWebPageInfo interface for a registered Web page module. The IWebPageInfo interface describes the characteristics of a Web page, including its name, title, HREF, description, an indication of whether users must log in to access the page, an indication of whether the current user has access rights to view the page, and so on. 

Pages provides indexed access to page information interfaces. To access the information about a Web page given its name, use the FindPageInfo method instead. To access the information given the class of the Web page module, use the FindDefaultPageInfo method instead. To access the page module itself (rather than the page information interface), use the WebModules property instead. 

 

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