RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponentHelper Class

TWebContainerComponentHelper implements the common behavior of components that maintain a list of Web items to generate HTML.

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

Components that maintain a list of Web items to help them generate HTML use TWebContainerComponentHelper to provide the common implementation of properties and methods for managing the list of sub components. This includes  

The logic for handling two lists of Web items: one that represents the Web items that the application assigns, and one that represents a set of default items that can be used when the application does not explicitly assign Web items. 

The logic for interacting with the component streaming system, so that child Web items are correctly loaded and saved with the component that uses TWebContainerComponentHelper. 

 

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