RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebComponent Interface

IWebComponent is the interface supported by components that TWebComponentList manages.

Pascal
IWebComponent = interface;
C++
__interface IWebComponent;

TWebComponentList uses IWebComponent to ensure that all components in its list have access to information about how they fit in the hierarchy of Web items.

Note: VCL methods that work with the IWebComponent interface wrap it using the DelphiInterface class:
Note: typedef System::DelphiInterface< IWebComponent > _di_IWebComponent;
 

 

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