RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebComponent.ComponentList Property

Indicates the component list that contains the Web item.

Pascal
property ComponentList: TObject;
C++
__property TObject * ComponentList;

The Web component list assigns a value to ComponentList when the component is added to it. The component can use this value to access the list and obtain information about the other components in the list. 

Note that the IWebComponent interface does not include any methods for reading the value of ComponentList. 

 

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