RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponentHelper.GetDefaultWebComponents Method

Generates an OnGetDefaultComponentList event.

Pascal
function GetDefaultWebComponents: TWebComponentList;
C++
__fastcall TWebComponentList GetDefaultWebComponents();

GetDefaultWebComponents is the read implementation of the DefaultWebComponents property. It generates an OnGetDefaultComponentList event, so that the associated component can supply this list of default items. If there is no OnGetDefaultComponentList event handler, GetDefaultWebComponents returns nil (Delphi) or NULL (C++). 

 

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