RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedContainerComponent.GetDefaultWebComponents 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 GetDefaultWebComponents: TWebComponentList; virtual;
C++
virtual __fastcall TWebComponentList GetDefaultWebComponents();

GetDefaultWebComponents supplies the default set of child items for this Web item. As implemented in TWebContainedContainerComponent, GetDefaultWebComponents always returns nil (Delphi) or NULL (C++). Descendant classes override this method to supply a set of default items. 

 

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