RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedContainerComponent.ImplGetDefaultComponentList Method

Returns a list of Web items that are used by default if an application does not explicitly assign child items to this object.

Pascal
function ImplGetDefaultComponentList: TObject; virtual;
C++
virtual __fastcall TObject * ImplGetDefaultComponentList();

ImplGetDefaultComponentList supplies the default set of child items for this Web item. ImplGetDefaultComponentList calls the virtual GetDefaultWebComponents method, which descendant classes override to return this list. 

 

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