RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedComponentHelper Class

TWebContainedComponentHelper implements the common behavior of components that generate HTML on behalf of another component.

Pascal
TWebContainedComponentHelper = class(TObject);
C++
class TWebContainedComponentHelper : public TObject;

Components that generate HTML for another component use TWebContainedComponentHelper to provide the underlying implementation of many of their properties and methods. TWebContainedComponentHelper implements the IWebComponent interface, which allows a TWebComponentList object manage a list of child components. In addition, it implements a number of properties and methods that allow a child Web item to interact with its parent item. 

 

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