RAD Studio VCL Reference
|
TWebContainerComponentHelper implements the common behavior of components that maintain a list of Web items to generate HTML.
TWebContainerComponentHelper = class(TObject);
class TWebContainerComponentHelper : public TObject;
WebComp
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|