RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponentHelper.OnGetDefaultComponentList Event

Occurs when TWebContainerComponentHelper needs to access the value of DefaultWebComponents.

Pascal
property OnGetDefaultComponentList: TGetComponentListEvent;
C++
__property TGetComponentListEvent OnGetDefaultComponentList;

The component that uses TWebContainerComponentHelper assigns an event handler for OnGetDefaultComponentList when it creates the TWebContainerComponentHelper instance. This event handler provides the underlying read implementation of the DefaultWebComponents property. 

If the component that uses TWebContainerComponentHelper does not provide an OnGetDefaultComponentList event handler, then the value of the DefaultWebComponents property is nil (Delphi) or NULL (C++). 

 

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