RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebComponentEditor Interface

IWebComponentEditor enables a Web item to be assigned children in the IDE.

Pascal
IWebComponentEditor = interface;
C++
__interface IWebComponentEditor;

WebComp

When the Web Page editor builds the list of new items that can be added as the child of a Web item, it calls the IWebComponentEditor interface. Components that contain child items for generating portions of their HTML content must implement this interface so that the Web Page editor can display the appropriate list of components to add. 

IWebComponentEditor defines a single method, CanAddClass, which indicates whether a specified class can be used for a child Web item by the Web item that implements the interface. 

 

IRestoreDefaults 

TAdapterPageProducer 

TInetXPageProducer 

TWebForm 

;TWebControlGroup 

TAdapterSubComponent

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!